Skip to main content
POST
Continue execution (standby)

Overview

After a standby pause, continue the same execution. Optional JSON payload is merged onto the snapshot before the engine refreshes context from the database.

POST by execution ID

Body (optional): { "payload": { ... } } Authenticated with the org’s API key or session.
No session required; callbackToken must match the execution row. Returns an HTML confirmation page.

POST by automation ID

Resumes the most recent waiting execution for that automation. Optional { "payload": { ... } }.

Response (JSON routes)

200{ "success": true, "waiting"?: boolean, "executionId"?, "completed"?, "continuedToStep"?, ... }