/azure-functions-loves-twilio

Send and receive SMS with Azure Functions and Twilio

Primary LanguageJavaScript

Azure functions loves Twilio

These serverless APIs sends and receives SMS using Twilio and Azure Functions. It is based on three functions:

  • HandleMessage, which receives the message that you want to send.
  • SendSMS, which sends the message to Twilio.
  • SMSReceived, the SMS sent by the user to a specific Twilio mobile number is received.

Quick Deploy to Azure

Deploy to Azure

More Information

I wrote a post explaining the whole process on my blog return(GiS);