Send templated message
Callback request example (DLR - delivery notification)
POST /<callback_url>
{
"error": "000",
"from": "18888112345",
"message_id": "8bd71f49-6f42-4729-bf5e-ecf857747633",
"status": "DELIVERED",
"to": "16197012345",
"type": "DLR"
}EC
ERROR DESCRIPTION
Callback request example (MO - mobile originated message)
POST /<callback_url>
Authorizations
X-API-KEYstringRequired
API key header.
Path parameters
idstring · uuidRequired
Template id
Body
tostringOptional
Destination MSISDN in international format (e.g., 44...)
callback_urlstring · uri · nullableOptional
Responses
200
Accepted or rejected by business validation
application/json
statusstring · enumRequiredPossible values:
message_idstringOptional
Message id (UUID)
error_messagestringRequired
costnumberRequired
Cost of the message
countintegerRequired
Number of messages sent
400
Request invalid (e.g. missing uuid or template parameter validation failure)
application/json
401
Unauthorized (missing/invalid API key)
404
Template not found
500
Failed to send
post
/v1.0/sms/template/{id}/sendLast updated

