get_automation_queue_subscriber
Retrieve the queue status of a specific subscriber in a classic automation email by providing the workflow ID, email ID, and email address.
Instructions
Get a single subscriber from the queue of a classic automation email.
Retrieves the queue status for a specific subscriber within an automation email. 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. workflow_email_id: The unique id of the automation email whose queue to inspect. email_address: The email address of the queued 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 queued subscriber details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| workflow_id | Yes | ||
| email_address | Yes | ||
| workflow_email_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |