get_automation_removed_subscriber
Retrieve details of a subscriber removed from a classic Mailchimp automation workflow using their email address and workflow ID.
Instructions
Get a single subscriber removed from a classic automation workflow.
Retrieves details for a specific subscriber that was removed from the automation workflow. The subscriber is located by hashing the provided email address.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: workflow_id: The unique id of the classic automation workflow. email_address: The email address of the removed subscriber to look up. 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 removed subscriber details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| workflow_id | Yes | ||
| email_address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |