start_automation_email
Resume a paused automation email in a Mailchimp classic workflow, allowing queued subscribers to receive the email according to the schedule.
Instructions
Start a specific email in a classic automation workflow.
Resumes sending for a single automation email that was previously paused. Queued subscribers begin receiving the email again according to the workflow schedule.
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 start. 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 start action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| workflow_id | Yes | ||
| workflow_email_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |