Broadcasts
Create a broadcast
Draft or schedule to send a broadcast to all or a subset of your subscribers.
To save a draft, set send_at
to null
.
To publish to the web, set public
to true
.
To schedule the broadcast for sending, provide a send_at
timestamp. Scheduled broadcasts should contain a subject and your content, at a minimum.
We currently support targeting your subscribers based on segment or tag ids.
POST
Authorizations
Authenticate API requests via an API Key
Body
application/json
Response
201
application/json
Creates a new broadcast
The response is of type object
.