Endpoints
Send a transactional message
Send a transactional message to your user.
POST
/
v2
/
transactional
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The recipient's phone number.
The template identifier.
The Sender ID.
The variables to be replaced in the template.
The message expiration date.
The callback URL.
A unique, user-defined identifier that will be included in webhook events.
Response
200 - application/json
The message identifier.
The recipient's phone number.
The template identifier.
The variables to be replaced in the template.
The message expiration date.
The message creation date.
The Sender ID.
The callback URL.
A unique, user-defined identifier that will be included in webhook events.
Was this page helpful?