Continue execution (standby)
API Reference
Continue execution (standby)
Retoma uma execução de automação pausada no gu1 por ID ou link de callback, com payload opcional mesclado ao snapshot de evento salvo.
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"?, ... }