get_automation_queue_subscriber
Retrieve the queue status of a specific subscriber within a classic automation email by providing the workflow ID, email ID, and subscriber's 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.
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.
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 |