Every workflow starts with a trigger. Choose whether it runs on demand, on a recurring schedule, or in response to an external HTTP request.
Every workflow needs exactly one trigger node to start it off. Drag a trigger from the Triggers section of the Node Palette onto the canvas, then connect it to the rest of your workflow. From there, the workflow only runs when that trigger fires-manually, on a schedule, or from an incoming webhook call.
Runs the workflow only when you click Run Now-useful for testing a workflow or for one-off tasks you want full control over.
Manual Trigger
Run workflow manually
Runs the workflow automatically on a recurring basis, such as daily or weekly, without any manual action.
Schedule
Run on a schedule (daily, weekly, etc.)
A scheduled workflow only runs automatically while its status is Active. If you deactivate the workflow, the schedule pauses until you reactivate it.
Runs the workflow whenever an external system sends an HTTP request to a unique URL generated for this trigger.
Webhook
Trigger via external HTTP request
Use Execution History to confirm a webhook call actually reached your workflow and to inspect the payload it received.
If you need help setting up a schedule, configuring a webhook, or deciding which trigger fits your use case, our support team is here to help.
Contact Support