Automation
Trigger automation
Manually trigger an automation by its ID.
POST
Triggers the specified automation immediately, regardless of its configured trigger type. The execution runs asynchronously and returns an execution ID you can use to track the run.
This endpoint is suited for automations with
triggerType of MANUAL or WEBHOOK. Automations with scheduled or event-based trigger types can also be triggered this way for testing purposes.Path parameters
The ID of the automation to trigger.
Request body
Optional data to pass into the first node of the automation flow. Send an empty object
{} if no input data is needed.Response
Unique identifier for this execution. Use this to look up the execution status or logs.

