SMS
Find delivery status of the sent SMS
1 min
there are three ways to find out what happened to an sms sent through the sms api pull the status using the get method of sms/messages resource example for linux command line $ curl "https //\<exotelsid> \<exoteltoken>@api exotel com/v1/accounts/\<accountsid>/sms/messages/4dd44cc0f7010ee43ca256126f3efc88" the response can be in xml or json or csv more details are on the developer page have exotel push the sms status to you after delivery \ pass an additional parameter "statuscallback" in your sms post request \ this parameter should be a valid url that is hosted by you on one of your servers \ exotel will make a post request to the above url with the following parameters "smssid", "status" and "dateupdated" \ detailedstatuscode and detailedstatus fields are currently unavailable via statuscallback the various possible types of status, detailedstatus, and detailedstatuscode are being discussed on the get sms details api page download reports the various filters and columns available in reports are discussed here
🤔
Have a question?
Our knowledgeable support team and an awesome community will get you an answer in a flash.
To ask a question or participate in discussions, you'll need to authenticate first.