Continue execution (standby)
API Reference
Continue execution (standby)
Resume a paused automation execution in gu1 by execution ID or callback link, with an optional payload merged into the saved event snapshot.
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
{ "payload": { ... } }
Authenticated with the orgβs API key or session.
GET with token (email/SMS link)
callbackToken must match the execution row. Returns an HTML confirmation page.
POST by automation ID
{ "payload": { ... } }.
Response (JSON routes)
200 β{ "success": true, "waiting"?: boolean, "executionId"?, "completed"?, "continuedToStep"?, ... }