Send a transactional message
Send a transactional message to your user.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The template identifier.
The recipient's phone number.
The callback URL.
A unique, user-defined identifier that will be included in webhook events.
The message expiration date.
The Sender ID.
A BCP-47 formatted locale string with the language the text message will be sent to. If there's no locale set, the language will be determined by the country code of the phone number. If the language specified doesn't exist, the default set on the template will be used.
The variables to be replaced in the template.
Response
The message creation date.
The message expiration date.
The message identifier.
The template identifier.
The recipient's phone number.
The variables to be replaced in the template.
The callback URL.
A unique, user-defined identifier that will be included in webhook events.
The Sender ID.