executions

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...

post/v1/automation/public/executions:resume

Request body

resume_tokenstring required

A unique token to resume a paused automation execution

Example request

{
  "resume_token": "eyJraWQiOiJrZXkifQ=="
}

Response

execution resumed with success

Changes

Changed in 4 of the 6 revisions of this API.511

  • aca0a6a2f48f56See the full diff
    • added the new relationsAdded enum value to the execution/trigger_event/oneOf[TriggerEventEntityOperation]/operation_type response property for the response status 200

      response-property-enum-value-added

    • added the new relationsDeleted enum value to the execution/trigger_event/oneOf[TriggerEventEntityOperation]/operation_type response property for the response status 200

      response-property-enum-value-added

    • added the new relationsRemoved enum value to the execution/trigger_event/oneOf[TriggerEventEntityOperation]/operation_type response property for the response status 200

      response-property-enum-value-added

    • added the new relationsRestored enum value to the execution/trigger_event/oneOf[TriggerEventEntityOperation]/operation_type response property for the response status 200

      response-property-enum-value-added

    • added the new relationsSoftDeleted enum value to the execution/trigger_event/oneOf[TriggerEventEntityOperation]/operation_type response property for the response status 200

      response-property-enum-value-added

    • added the optional property execution/actions/items/anyOf[SendEmailAction]/allOf[subschema #2]/config/journey_id to the response with the 200 status

      response-optional-property-added

    • added the optional property execution/actions/items/anyOf[SendEmailAction]/allOf[subschema #2]/config/wait_for_journey_submission to the response with the 200 status

      response-optional-property-added

    • added the optional property execution/workflow_context/trigger_user_id to the response with the 200 status

      response-optional-property-added

    • added the optional property execution/workflow_wait_context to the response with the 200 status

      response-optional-property-added

    • added the optional property resumedAction/anyOf[SendEmailAction]/allOf[subschema #2]/config/journey_id to the response with the 200 status

      response-optional-property-added

    • added the optional property resumedAction/anyOf[SendEmailAction]/allOf[subschema #2]/config/wait_for_journey_submission to the response with the 200 status

      response-optional-property-added

    • added AssignEntityAction to the execution/actions/items/ response property anyOf list for the response status 200

      response-property-any-of-added

    • added AssignEntityAction to the resumedAction response property anyOf list for the response status 200

      response-property-any-of-added

    • added the optional property execution/workflow_context/_automation_chain to the response with the 200 status

      response-optional-property-added

    • added the optional property execution/actions/items/anyOf[MapEntityAction]/allOf[subschema #2]/config/use_uniqueness_criteria to the response with the 200 status

      response-optional-property-added

    • added the optional property resumedAction/anyOf[MapEntityAction]/allOf[subschema #2]/config/use_uniqueness_criteria to the response with the 200 status

      response-optional-property-added