Triggers
Triggers control when a workflow runs. Choose the trigger that matches your integration scenario and configure the payload that flows into the first block.
Trigger types
- Starter trigger – Manually kick off a workflow or run it from the UI.
- Webhook trigger – Accept inbound HTTP requests so external systems can start workflows programmatically.
- Schedule trigger – Run workflows on a recurring cadence with cron-like controls.
Selecting a trigger
- Decide how new data enters the workflow (manual, webhook, or timed).
- Configure authentication or secret tokens where needed (for example, webhook secrets).
- Map the incoming payload to workflow variables so downstream blocks can consume it.
Related topics
- Variables – Capture the data each trigger supplies.
- Execution basics – Understand how triggers fit into the overall run lifecycle.