Send SMS
This endpoint send an sms via your personal gateway.
This API endpoint allows you to send an SMS message to a specified recipient.
Body
A list of phone numbers of the recipient in E.164 international format.
The content of the SMS message.
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.
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
Message of submission attempt.
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.