pause_automation
Pause a Mailchimp automation workflow to stop email delivery without losing queued subscribers. Existing queue is preserved and subscribers resume when restarted.
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.
Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes.
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 |
|---|---|---|---|
| automation_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |