Skip to main content
PUT
Update a draft or scheduled broadcast

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
name
string
Example:

"Black Friday"

text
string

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

200 - undefined