get_automation_emails
Retrieve all emails in an automation workflow, including sequence position, delays, and send counts. Get email details like status, subject line, and send time.
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.
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 |
|---|---|---|---|
| account | No | ||
| automation_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |