Skip to main content
POST
Send bulk messages

Authorizations

Authorization
string
header
required

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

Body

application/json
recipients
string[]
required

Array of recipient phone numbers

from
string
required

Sender ID or phone number

body
string
required

Message content

Response

Bulk messages queued successfully

batch_id
string<uuid>
queued
integer
failed
integer
rejected
integer
messages
object[]