Skip to main content
POST
This API endpoint allows you to send an SMS message to a specified recipient.

Body

array
required
A list of phone numbers of the recipient in E.164 international format.
string
required
The content of the SMS message.
string
Sim slot id to manage the sending sim in setups with multiple carrier connections. Ignore if your phone only has one sim installed or if you just want to use the default.
object
Additional metadata associated with the message. This can be used to create powerful two-way messaging applications without having to store persistent data in the application.

Response

string
Message of submission attempt.
array
Array of UUIDs of the messages from submission as it will appear in webhook callbacks and reporting. Ordered to match the destinations of the send request.