Receiving Messages from Twilio

0
Hello,  We have an application that has been set up to send messages from our system to phone via Twilio, which is working great, but I was wondering if anyone else knows how to set up receiving messages via webhook and storing it within the database. 
asked
2 answers
5

Luke,

While I haven’t done this with Twilio, I have done it with a number of other third party tools.  The process is as follows:

  1. Create a Published REST Service in your Mendix app (docs here: https://docs.mendix.com/howto/integration/publish-rest-service#1-introduction)
  2. Configure the Webhook events in Twilio to call your Published REST Service.  Image with directions for that below

I think that’s all you’ll need to do.

Mike

answered
0

Thanks, that pointed me in the right direction and I was able to make my system respond to received messages now!

answered