Continue execution (standby)
API Reference
Continue execution (standby)
Reanuda una ejecución de automatización pausada en gu1 por ID o enlace de callback, con payload opcional combinado sobre el snapshot guardado.
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"?, ... }