Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 696 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 696 Bytes

AzureTextMessageFunctionApp

A Simple timertriggered function app for sending text messages using Twilio's API

To run:

  • Create a Twilio account and get your credentials
  • Install NPM
  • Install Azure functions core tools
  • Install visual studio code install visual studio functions extension
  • Clone or fork repo
  • Open folder using visual studio
  • Navigate to the Azure functions extension and locate the function then execute it.
  • You can add environmental variables in the localsettings.json file

You will need to add the environmental variables to your application settings to make it run on the platform.

These are:

PHONE_NUMBER TWILIO_ACCOUNT_SID TWILIO_AUTH_TOKEN RECIPIENT