- Different teams should receive different notifications (for example,
marketing,developers,devops,sre).
- You can assign users, devices, or both to a channel.
- You can choose channels per request using
target.channels. - You can keep some API key broad and scope other API key to specific channels.
How Targeting Works
Use channel slugs intarget.channels:
- If
targetis omitted and API key scope isall, delivery goes to all recipients in the account. - If
targetis omitted and API key scope ischannels, delivery goes to channels assigned to that API key. - If
target.channelsis provided, only those channel slugs are targeted.