Create broadcast
Create a new broadcast campaign. Add contacts after creation, then send.
post/v1/broadcasts
Request body
Example request
{
"name": "Black Friday Sale",
"text": "Hi {{name}}, check out our Black Friday deals!"
}Response
Broadcast created.
Example response
{
"broadcast": {
"id": "brd_abc123"
}
}