get_automation_email
Retrieve details of a single email in a classic automation workflow to inspect the step before pausing, starting, or queueing subscribers.
Instructions
Get details of a single email in a classic automation workflow.
Retrieves the configuration and status of one automation email identified by its workflow and email IDs. Use this to inspect a specific step before pausing, starting, or queueing subscribers.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: workflow_id: The unique id of the classic automation workflow. workflow_email_id: The unique id of the automation email within the workflow. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with the automation email details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| workflow_id | Yes | ||
| workflow_email_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |