Skip to main content
POST
Send quick bulk SMS to multiple contacts

Authorizations

Authorization
string
header
required

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

Body

application/json

Either message or templateId must be provided, but not both

contactIds
string[]
required

Recipients to text. Capped server-side (<=100 per request).

message
string

SMS body; ignored when templateId is supplied.

templateId
string

Template _id whose body is used; takes precedence over message.

Response

Bulk send results

success
boolean
summary
object
results
object[]