Skip to main content
POST
Create a broadcast

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
accountId
string
required
name
string
required
Example:

"Black Friday"

text
string
required

The message every recipient gets.

buttonLabel
string

Button label under the message (20 chars max shown). Needs buttonUrl.

buttonUrl
string

Button destination (https URL). Needs buttonLabel. Rendered as a button template on Instagram and Facebook, a CTA on WhatsApp, an inline keyboard on Telegram; if the platform refuses it, the URL is appended to the text.

audience
object
scheduledFor
string

ISO instant to start sending. Omit to keep it a draft.

timezone
string

IANA timezone the schedule was typed in.

sendNow
boolean

Start sending right away (within the next scheduler tick).

Response

201 - undefined