Types
BroadcastSendTargetRecipient
Someone a broadcast is aimed at by name rather than by filter.
Flat with a type rather than a union, because GraphQL has no input unions and the input and output
shapes should not diverge. The per-channel fields are nullable for the same reason: an email recipient
will carry an address and no channel, and making them nullable now is what keeps that from being a
breaking change later. Read type first.
object
BroadcastSendTargetRecipientFields
slackTeamId
ID
Set when type is SLACK. A channel id is only unique within its team, so both are needed to name one.
slackChannelId
ID
Was this page helpful?

