pause_automation_email
Pause a specific email in a classic automation workflow without halting the entire workflow. Queued subscribers stay queued until resumed.
Instructions
Pause a specific email in a classic automation workflow.
Halts sending for a single automation email without pausing the entire workflow. Subscribers already queued remain queued until the email is started again.
Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes.
Args: workflow_id: The unique id of the classic automation workflow. workflow_email_id: The unique id of the automation email to pause. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON confirming the pause action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| workflow_id | Yes | ||
| workflow_email_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |