How to make sure a SMS went through after sending it with Twilio
问题 I am using the Twilio java wrapper provided on the website and started making some tests. I am able to send text messages that are successfully received. However, I would like to make sure that the messages have been sent successfully and that no problem has been encountered by Twilio (bad phone number or whatever reason). I understand that when you make a REST request to Twilio to send a SMS, Twilio responds with the Status. How could I get this response? Here is the explanation page I found