Skip to content

Triggers

Every workflow begins with a trigger node. The trigger determines how and when a workflow starts executing.

You can only have one trigger per workflow. When you create a new workflow, a trigger node is placed on the canvas automatically.

Available Triggers

TriggerDescription
Manual StartRun a workflow on demand with a single click
WebhookStart a workflow when an external HTTP request arrives
CronSchedule a workflow to run automatically at regular intervals
DataStore TriggerReact to insert, update, or delete events in a DataStore table

Trigger Output

All triggers produce output data that downstream nodes can reference. The exact shape of the output depends on the trigger type -- for example, the Manual Start trigger outputs the current date and time, while the Webhook trigger outputs the incoming HTTP request payload.