EmailBroadcastAudienceSummaryDto
Summary counts for an email broadcast audience: how many clients the selection
resolves to, and how many of those have not opted in to email contact.
Properties
| Name | Type | Description |
|---|---|---|
| clientCount | integer | Total number of clients the selection resolves to (filter matches plus |
Total number of clients the selection resolves to (filter matches plus | ||
| notEmailableCount | integer | How many of those clients have an email contact preference that is not set — |
How many of those clients have an email contact preference that is not set — | ||
| noEmailCount | integer | How many of the clients have no resolvable email address for the requested |
How many of the clients have no resolvable email address for the requested | ||
JSON Example
{
"clientCount": 142,
"notEmailableCount": 7,
"noEmailCount": 3
}