POST
/
sms
/
send

Authorizations

Authorization
string
headerrequired

An API key to authenticate requests

Body

application/json
recipients
string
required

Recipients of the SMS message, comma separated list of phone numbers

sender_id
string
required

Sender 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: false

This 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