list_automation_removed_subscribers
Retrieve all subscribers removed from a classic automation workflow. Use this to identify contacts who have stopped receiving automated emails.
Instructions
List subscribers removed from a classic automation workflow.
Retrieves all subscribers who have been removed from the specified automation workflow. Removed subscribers no longer receive any emails in the workflow.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: workflow_id: The unique id of the classic automation 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 list of removed subscribers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| workflow_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |