v1
latestOpenAPI 3.0.02026-07-244771176.5 KBSMS
Send SMS
You can elect to pass us the recipient numbers from your database each time you make a call, or you can elect to store recipient data in a contact list and submit only the list_id to trigger the send. This is best for large databases. To add a list please refer to the add-list call.
post/send-sms.json
Response
OK
Example response
{
"message_id": 339683245,
"send_at": "2020-06-18T02:42:06Z",
"recipients": 1,
"cost": 0.087,
"sms": 1,
"error": {
"code": "SUCCESS",
"description": "OK"
}
}