Skip to content

PostBin 节点#

PostBin 是一项帮助测试 API 客户端和 webhook 的服务。使用 PostBin 节点可以自动化 PostBin 中的工作,并将 PostBin 与其他应用程序集成。n8n 内置支持多种 PostBin 功能,包括创建和删除 bin,以及获取和发送请求。

本页面列出了 PostBin 节点支持的操作,并提供更多资源的链接。

操作列表#

  • Bin(容器)
    • Create(创建)
    • Get(获取)
    • Delete(删除)
  • Request(请求)
    • Get(获取)
    • Remove First(移除首个)
    • Send(发送)

模板和示例#

Browse PostBin integration templates, or search all templates

发送请求#

向 PostBin 的 bin 发送请求:

  1. 访问 PostBin 并按照步骤生成新的 bin。PostBin 会提供一个包含 bin ID 的唯一 URL。
  2. 在 PostBin 节点中,选择 Request 资源。
  3. 选择要执行的 Operation 类型。
  4. Bin ID 字段中输入您的 bin ID。

创建和管理 bin#

您可以使用 PostBin 节点创建和管理 PostBin 的 bin:

  1. Resource 中选择 Bin
  2. 选择一个 Operation。您可以创建、删除或获取一个 bin。