Skip to main content
POST
Run automation (manual API)

Endpoint

Only automations with triggerType: "manual_execution" are allowed. Uses runAutomationById β€” creates an execution row when the workflow has wait steps, and may return waiting: true.

Body

string
Optional UUID β€” loads entity into event.data
string
Optional UUID β€” sets transaction context (entityType: transaction)
object
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