Hey all,
I have a parse app and cloud code in it. I'm using twilio for a messaging service, and when I receive a message to a specific number I own, I want to send a reply to the person sending the message. Usually this would be done like this:
1- user sends message to twilio number
2- twilio receives the message and makes a request to a URL we provide
3- That URL is the URL for calling a cloud code
4- cloud function sends a reply back to the number with twilio api
Best,
Ahmet