mailchimp_automations
Retrieve classic Mailchimp automation workflows, their emails, and subscriber queues. Actions provide list, details, emails, queue, and removed subscribers.
Instructions
Classic automations, their emails, and subscriber queues. Customer journeys are not exposed by the Mailchimp API. Set action to one of: list (all automations — start here for a workflow_id); details (full automation record including its report_summary); emails (emails in the automation, in send order); email (one automation email, needs email_id); queue (subscribers queued for an email, needs email_id); queue_subscriber (one queued subscriber, needs email_id and subscriber_hash); removed_subscribers (subscribers removed from the workflow).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Maximum items to return, 1-1000. Defaults to 1000. | |
| action | Yes | Which data to retrieve. See the tool description. | |
| offset | No | Items to skip. Combine with count to page beyond the first 1000. | |
| email_id | No | Automation email ID, from action=emails. | |
| workflow_id | No | Automation workflow ID, from action=list. | |
| subscriber_hash | No | MD5 hash of the lowercased member email (Mailchimp also accepts the plain email address). |