Skip to content

n8n 触发节点#

¥n8n Trigger node

n8n 触发器节点会在当前工作流程更新或激活,或者 n8n 实例启动或重启时触发。你可以使用 n8n 触发器节点在这些事件发生时发出通知。

¥The n8n Trigger node triggers when the current workflow updates or activates, or when the n8n instance starts or restarts. You can use the n8n Trigger node to notify when these events occur.

节点参数#

¥Node parameters

该节点包含一个参数,用于标识触发它的事件。选择以下事件:

¥The node includes a single parameter to identify the Events that should trigger it. Choose from these events:

  • 活动:如果你选择此事件,则节点会在此工作流更新时触发。

¥Active Workflow Updated: If you select this event, the node triggers when this workflow is updated.

  • 实例已启动:如果你选择此事件,则节点会在 n8n 实例启动或重启时触发。

¥Instance started: If you select this event, the node triggers when the n8n instance starts or restarts.

  • 工作流已激活:如果你选择此事件,则节点会在此工作流激活时触发。

¥Workflow Activated: If you select this event, the node triggers when this workflow is activated.

你可以选择以下一个或多个事件。

¥You can select one or more of these events.

模板和示例#

¥Templates and examples

Template widget placeholder.