API Docs / Schemas / EmailBroadcastAudienceSummaryDto

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
clientCountinteger

Total number of clients the selection resolves to (filter matches plus
hand-picked additions, minus exclusions).

Total number of clients the selection resolves to (filter matches plus
hand-picked additions, minus exclusions).

notEmailableCountinteger

How many of those clients have an email contact preference that is not set —
they are skipped at send time unless the broadcast opts to include them.

How many of those clients have an email contact preference that is not set —
they are skipped at send time unless the broadcast opts to include them.

noEmailCountinteger

How many of the clients have no resolvable email address for the requested
To-recipient configuration — they are always skipped at send time.
Null when the request did not include a To-recipient configuration.

How many of the clients have no resolvable email address for the requested
To-recipient configuration — they are always skipped at send time.
Null when the request did not include a To-recipient configuration.

JSON Example

{
  "clientCount": 142,
  "notEmailableCount": 7,
  "noEmailCount": 3
}

Used By Operations