Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.6 KB

File metadata and controls

18 lines (12 loc) · 1.6 KB

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

Criteria Exemplary Adequate Needs Improvement
Configure the functions bindings and receive an email or SMS Was able to configure the functions bindings and receive an email or SMS when inside or outside the geofence, but not both Was 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 outside Was unable to configure the bindings and send an email or SMS