Callback
Callback
POST
https://your-callback-url.com/
If you specify a callback_url when sending your message, we will perform a http request to the provided url with the following message status data.
Request Body
status
String
The final status of the message, in all-caps, ie. DELIVRD, UNDELIV, EXPIRED etc
msg_id
String
The unique message ID allocated to the message when originally submitted.
timestamp
String
The date and time at which the sms message reached it's final state.
cost
The cost of sending this message.
pg_length
String
Number of pages for the message. The character limit for a single page SMS message is 160 characters.
str_length
int
Total number of characters for the sms.
desc
String
The description of the delivery status
dlr_code
String
The DLR status success or error code associated with the delivery status.
Last updated