Zum Hauptinhalt springen

Send notifications using Twilio

Instructions

In your code so far you have just logged the distance to the geofence. In this assignment you will need to add a notification, either a text message, or an email, when the GPS coordinates are inside the geofence.

Azure Functions has many options for bindings, including to third-party services such as Twilio, a communications platform.

Rubric

CriteriaExemplaryAdequateNeeds Improvement
Configure the functions bindings and receive an email or SMSWas able to configure the functions bindings and receive an email or SMS when inside or outside the geofence, but not bothWas able to configure the bindings but was unable to send the email or SMS, or was only able to send when the coordinates were both inside and outsideWas unable to configure the bindings and send an email or SMS