get_automation_emails
Fetch all emails within a Mailchimp automation workflow. Returns each email's sequence number, status, subject line, delay, and total sent count.
Instructions
List individual emails within an automation workflow with sequence, delays, and send counts.
Returns all emails regardless of status. Do not confuse with get_email_activity (campaign engagement). Use get_automation_email_queue to see queued subscribers for a specific email.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: automation_id: Automation workflow ID (e.g. 'auto123'). Obtain from list_automations.
Returns: JSON with total_items and emails array. Each email: id, position (sequence starting at 1), status ('sending'/'paused'/'draft'), subject_line, title, emails_sent, send_time, delay.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| automation_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |