Workflows
Run workflow
Manually triggers a scheduled (SCHEDULED_TRIGGER) workflow automation by enqueueing an execution. Only available for ACTIVE scheduled workflows; event-triggered workflows run from their trigger.
post/public/v1/workflows/{workflowId}/run
Path parameters
workflowIdnumber nullable
Example:42
Response
Workflow run enqueued
Example response
{
"automationId": 42,
"name": "Daily CRM Sync",
"status": "ACTIVE",
"enqueued": true
}