pause_automation
Pause an automation workflow to stop email delivery while preserving subscriber queue. Queued subscribers resume when restarted via start_automation.
Instructions
Pause an automation workflow, stopping delivery while preserving the queue.
Queued subscribers resume when restarted via start_automation. New subscribers still enter the queue but do not receive emails while paused. Reversible.
Args: automation_id: Automation workflow ID (e.g. 'auto123'). Obtain from list_automations.
Returns: JSON with status ("paused"), automation_id. Error if already paused or in draft status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| automation_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |