resumeExecutionWithToken
Resume a paused automation execution using a unique resume token.
This public API is normally called when a user lands on a confirmation page via email link.
Example link: https://automation.epilot.io/confirm-email?token=eyJraWQiOiJrZXkifQ...
Request body
Example request
{
"resume_token": "eyJraWQiOiJrZXkifQ=="
}Response
execution resumed with success
Changes
Changed in 4 of the 6 revisions of this API.511
- ●
added the new
relationsAddedenum value to theexecution/trigger_event/oneOf[TriggerEventEntityOperation]/operation_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
relationsDeletedenum value to theexecution/trigger_event/oneOf[TriggerEventEntityOperation]/operation_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
relationsRemovedenum value to theexecution/trigger_event/oneOf[TriggerEventEntityOperation]/operation_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
relationsRestoredenum value to theexecution/trigger_event/oneOf[TriggerEventEntityOperation]/operation_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
relationsSoftDeletedenum value to theexecution/trigger_event/oneOf[TriggerEventEntityOperation]/operation_typeresponse property for the response status200response-property-enum-value-added
- ○
added the optional property
execution/actions/items/anyOf[SendEmailAction]/allOf[subschema #2]/config/journey_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
execution/actions/items/anyOf[SendEmailAction]/allOf[subschema #2]/config/wait_for_journey_submissionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
execution/workflow_context/trigger_user_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
execution/workflow_wait_contextto the response with the200statusresponse-optional-property-added
- ○
added the optional property
resumedAction/anyOf[SendEmailAction]/allOf[subschema #2]/config/journey_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
resumedAction/anyOf[SendEmailAction]/allOf[subschema #2]/config/wait_for_journey_submissionto the response with the200statusresponse-optional-property-added
- ●
- ○
added
AssignEntityActionto theexecution/actions/items/response propertyanyOflist for the response status200response-property-any-of-added
- ○
added
AssignEntityActionto theresumedActionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
- ○
added the optional property
execution/workflow_context/_automation_chainto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
execution/actions/items/anyOf[MapEntityAction]/allOf[subschema #2]/config/use_uniqueness_criteriato the response with the200statusresponse-optional-property-added
- ○
added the optional property
resumedAction/anyOf[MapEntityAction]/allOf[subschema #2]/config/use_uniqueness_criteriato the response with the200statusresponse-optional-property-added
- ○