Automations
Pause Automation
Pauses an active workflow automation. New contacts will not enter the workflow while paused.
POST
Pauses an active workflow automation. New contacts stop entering the workflow; in-flight contacts remain in their current step until the workflow is resumed.
Authorizations
Project API key header of the form Bearer
AS_<key>.Path Parameters
Workflow automation ID (MongoDB ObjectId).
Response
Workflow automation paused successfullyExample:
trueThe workflow automation, with
status set to paused.