Create Broadcast

This endpoint allows you to create a new Broadcast depending on the type of communication channel you want to send (SMS, WhatsApp, Email, RCS).Certain factors must be considered when you want to send Broadcasts:The Broadcast scheduler configures the Broadcast sending depending on the communication channel and the delivery date.The deliveryMethod parameter allows us to differentiate the type of communication channel between SMS, WhatsApp, Email or RCS. That's why only this endpoint is used for the creation of Broadcasts because the deliveryMethod help us to send each type of communication channel, but there are several variations in the request body depending on the delivery type.You can configure the broadcast delivery date through three different status:

Broadcast StatusParameterValueDescription
NowscheduleWithoutDatefalseBroadcast is sent at the moment.
ScheduledbroadcastDateUTC Zulu format dateBroadcast is scheduled to be sent later.
PendingscheduleWithoutDatetrueIndicates that Broadcast does not have a set delivery Date

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
enum

delivery method must be SMS

Allowed:
string

broadcast campaign name

string
length ≤ 512

broadcast campaign description

int32

list ID used in broadcast campaign

string

field from list used in broadcast campaign

string

filters in URLEncode format, applied to the list used in the broadcast campaign

string

filter name

string

segment id

string

broadcast campaign description

string

shortcode used to address the broadcast messages

date-time

broadcast campaign date in UTC in case of schedule broadcast

boolean

flag to trigger now (false) or create a pending broadcast (true)

int32

throttle rate

callbacks
array of strings

callbacks list

callbacks
string

list email field - data used in BigQuery reports

string

client Id field - user additional field to be used in BigQuery reports

fallback
object

Configuration to trigger the fallback mechanism

boolean

enable delivery receipts: set this value to true if you want to receive DRs for messages

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json