Texts
Send SMS
Send an SMS message
POST
/
sms
/
send
Authorizations
Authorization
string
headerrequiredAn API key to authenticate requests
Body
application/json
recipients
string
requiredRecipients of the SMS message, comma separated list of phone numbers
sender_id
string
requiredSender ID of the SMS message
content
string
Content of the SMS message, this is required if a template ID is not specified
template_id
string
Template ID of the SMS message, this is required if content is not specified
personalisation
object[]
Personalisation of the SMS message, this is applicable if a template ID is specified
external_ref
string
This is a reference to the message in your system
is_trackable
boolean
default: falseThis determines if links in the message should be tracked, links in the message will be replaced with trackable links
callback
string
This is the URL to receive delivery reports for the message test
Response
200 - application/json
data
object
meta
object