Update Broadcast
Update a broadcast’s name. Content is edited via the broadcast’s notification template, not this endpoint.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Request body for updating a broadcast. Only the name is mutable.
New human-readable name.
Response
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.