Perform the following steps:
- Navigate to the Application settings blade of the function app and add two keys to store TwilioAccountSID and TwilioAuthToken, shown as follows:
- Go the Integrate tab of the SendNotifications function, click on New Output, and choose Twilio SMS.
- Click on Select and provide the following values to the Twilio SMS output bindings. Please install the extensions of Twilio. The From number is the one that is generated in the Twilio portal, which we discussed in the Getting ready section of this recipe:
- Navigate to the code editor and add the following lines of code, highlighted in bold. In the ...