SMS
How to send an automated SMS after an outbound call using API?
1 min
this is possible if an outbound api call is made from your end as a part of the api outbound call, you would need to pass on an additional parameter "statuscallback" for example, "statuscallback" = "http //example com/exotel/obcalls" in addition to the standard call parameters like "from" & "to" after the outbound call, we will make an http call to that url specified on the "statuscallback" parameter, and provide the status of the call and other parameters (mentioned above) you would need to capture the "call status" and if the status says "completed", then an sms api code should be used to send out an sms to their customer please refer to https //developer exotel com/api/sms note the sms api needs to be configured at your end once you have received the call status and this will be triggered separately sms charges will be applicable as per your bill plan
🤔
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.