Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

Reactivate and Restart Automation

POST
/api/v3/automations/{automationUniqueId}/actions/reactivate-and-restart

This endpoint restarts the specified automation, in the event that as part of editorial — someone didn’t republish a change — the automation disabled itself. Yep - this is a pretty specific use-case. The unpublished template will be published and then subsequently available to future automation use - and then the automation itself will be re-enabled.

Our v3 endpoints require a company-level API key.

automationUniqueId
required
string
object
api
boolean
Examples
Example Reactivate and Restart Automation
{
"api": true
}

202 - Reactivated and restarted

Media type application/json
object
items
nullable
message
string
total
number
Examples
Example 202 - Reactivated and restarted
{
"items": null,
"message": "Automation reactivated and restarted successfully",
"total": 0
}

Still can’t find what you need? Contact support.