Run automation (manual API)
API Reference
Run automation (manual API)
Trigger a production run of a gu1 automation via API for workflows configured with the manual_execution trigger, with full standby state support.
POST
Run automation (manual API)
Endpoint
triggerType: "manual_execution" are allowed. Uses runAutomationById β creates an execution row when the workflow has wait steps, and may return waiting: true.
Body
Optional UUID β loads entity into
event.dataOptional UUID β sets transaction context (
entityType: transaction)Merged into
event.data (custom fields, phone, email for notifications, etc.)Response
200 (completed) β{ "success": true, "message": "Automation run completed.", "automationId": "..." }
200 (standby) β includes waiting: true, executionId, callbackToken, pausedAtStep, totalSteps, pausedAtNodeId, nextNodeId as applicable
403 β trigger is not manual_execution
404 β not found or archived