Skip to content

Postgres 触发器节点(Postgres Trigger node)#

使用 Postgres 触发器节点响应 Postgres 中的事件,并将 Postgres 与其他应用集成。n8n 内置支持响应插入、更新和删除事件。

🌐 Use the Postgres Trigger node to respond to events in Postgres and integrate Postgres with other applications. n8n has built-in support responding to insert, update, and delete events.

凭证

你可以在这里找到该节点的认证信息。

示例和模板

有关使用示例和帮助你入门的模板,请参阅 n8n 的 Postgres Trigger 集成 页面。

事件(Events)#

你可以配置节点如何监听事件。

🌐 You can configure how the node listens for events.

  • 选择 监听并创建触发规则,然后选择要监听的事件:
    • 插入
    • 更新
    • 删除
  • 选择 监听通道,然后输入节点应监控的通道名称。

n8n 提供了用于 Postgres 的应用节点。你可以在这里找到该节点的文档。

🌐 n8n provides an app node for Postgres. You can find the node docs here.

在 n8n 网站上查看示例工作流及相关内容

🌐 View example workflows and related content on n8n's website.