MessageStatus
The MessageStatus Controller handles Twilio postbacks on the delivery status of sent SMS messages.
| API | Description |
|---|---|
| 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. |
Reply
The Reply Controller handles any incoming SMS messages to Twilio registered phone numbers
| API | Description |
|---|---|
| POST api/Reply |
When an SMS recipient replies to one of the Twilio phone numbers, a HTTP POST is made to this method. This method records the reply message in the database. The, based on the content on the message, it will opt-in or opt-out a Contact in the databsse, or will email the contents of other types of messages to the administator. |