Skip to content

Postgres 触发器节点#

¥Postgres Trigger node

使用 Postgres Trigger 节点可响应 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.

Credentials

你可以在 此处 中找到此节点的身份验证信息。

¥You can find authentication information for this node here.

Examples and templates

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

¥For usage examples and templates to help you get started, refer to n8n's Postgres Trigger integrations page.

事件#

¥Events

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

¥You can configure how the node listens for events.

  • 选择“监听并创建触发规则”,然后选择要监听的事件:

¥Select Listen and Create Trigger Rule, then choose the events to listen for:

  • 插入

    ¥Insert

  • 更新

    ¥Update

  • 删除

    ¥Delete

  • 选择“监听通道”,然后输入节点应监控的通道名称。

¥Select Listen to Channel, then enter a channel name that the node should monitor.

相关资源#

¥Related resources

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.