Nodes2Cloud
Nodes2CloudDocs
Node Catalog

Triggers

Nodes that initiate a workflow execution

Trigger Nodes

Triggers are the entry points for your workflow. Every workflow must start with exactly one Trigger node (with the exception of sub-workflows, which start implicitly when called).

When a trigger fires, Nodes2Cloud instantiates your compiled Cloudflare Worker and begins execution.

Available Triggers

NodeDescription
Manual TriggerStarts the flow from a test payload you provide — no external event needed
Webhook TriggerTriggers the workflow when a webhook request is received
Cron TriggerTriggers the workflow on a schedule (e.g. every hour)
Error TriggerCaptures and handles unhandled errors that crash the workflow
Queue TriggerTriggers the workflow when a message is pulled from a Cloudflare Queue
Google Sheets: Row Added/UpdatedTriggers when a row is added or updated in a Google Sheet
Google Docs: Document UpdatedTriggers when text is added or modified in a Google Doc

On this page