By mswatcher
via blog.endjin.com
Submitted: Jan 30 2013 / 04:50
Twilio is a cloud based voice and SMS service and this post will show you how easy it is to create your own inbound voice application using MVC 4 Web API. The basic premise of how it works is Twilio parses a form of XML called ‘TwiML’, which contains various verbs telling Twilio what to do. For example, parsing the following TwiML would read out “Good morning. How do you do?” in a woman’s voice, pause for 5 seconds, then make a POST request to https://twiliowebapisample.endjin.com/api/Sample for the next section of TwiM
Add your comment