Hi,
I’m trying to use Twilio programming voice with my site to do the following:
- Send HTTP POST from Twilio to one of my “_functions” URL (in http-fuctions.js)
- Extract POST data and use it in my post_myFunction
- Return the results of myFunction to Twilio
- Do something in Twilio
Stages 1,3,4 works just fine.
My Question: in stage 2, how can I extract the POST data? Is there an http-function I can use or some other way?