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