AutomationsRemovedSubscribers
A summary of the subscribers removed from an automation workflow.
Table Specific Information
SELECT is supported for AutomationsRemovedSubscribers.
Select
SELECT Id, WorkflowId, EmailAddress FROM AutomationsRemovedSubscribers 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. |
ListId | String | A string that uniquely identifies a list. |
EmailAddress | String | Email Address |