AutomationEmailQueues
A summary of the queue for an email in an automation workflow.
Table Specific Information
SELECT is supported for AutomationEmailQueues.
Select
SELECT Id, WorkflowId, EmailAddress, NextSend FROM AutomationEmailQueues WHERE WorkflowId = 'abc123';
Columns
| Name | Type | Description |
| Id [KEY] | String | The MD5 hash of the lowercase version of the list member's email address. |
| WorkflowId [KEY] | String | A string that uniquely identifies an automation workflow. |
| EmailId [KEY] | String | A string that uniquely identifies an email in an automation workflow. |
| ListId | String | A string that uniquely identifies a list. |
| EmailAddress | String | Email Address |
| NextSend | String | Next Send |