POST api/MessageStatus
After an SMS Send operation, Twilio will post back to this method to update the delivery status of the sent message(s). This method will record those status updates in the database.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>