Types
BroadcastSendTargetRecipients
How many recipients a target resolves to right now. Point-in-time: it moves as tenants, tiers and tenant fields change, and as channels are connected or disabled, so it is not a promise about who will receive a send made later.
Resolved through the same path a send uses, so this is the number that would actually be delivered to rather than an estimate assembled another way.
object
BroadcastSendTargetRecipientsFields
count
Int!
Recipients resolved. Exact: there is no ceiling on what a target may resolve to.
emptyReason
Why count is zero. Null whenever it is not.
recipients
The resolved recipients, in the order the count above counted them. searchQuery narrows these rows
by name without changing count, which is how large the audience is rather than how much of it is
being shown.
Arguments
first
Int
after
String
last
Int
before
String
searchQuery
String
Was this page helpful?

