Twilio Voice and Meteor.js – Can’t Get req.body In WebApp.handlers.use()?
I’m working on getting Twilio Voice working with my Meteor app. Code on the client pings the Twilio server, which then sends a POST request to my server endpoint, including the ‘to’ phone number or customer id in the body.