Create Broadcast
Create a broadcast. Provisions a private notification template for the broadcast and returns the new broadcast in the draft state. Exactly one channel is required.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Response
Created
A broadcast — a single-channel message delivered to a known set of recipients (a list or audience).
The broadcast ID (bst_ prefix).
Human-readable name.
The broadcast's delivery channel.
email, sms, push, inbox, slack, msteams Lifecycle status of the broadcast.
draft, scheduled, sending, sent ISO 8601 timestamp when the broadcast was created.
ISO 8601 timestamp of the last update.
Actor that created the broadcast.
Actor that last updated the broadcast.
The broadcast's schedule, or null while it is an unscheduled draft.
ISO 8601 timestamp when the broadcast was archived, if archived.
Actor that archived the broadcast, if archived.