You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
IoT-For-Beginners/translations/en/3-transport/lessons/4-geofences/assignment.md

2.4 KiB

Send notifications using Twilio

Instructions

In your code so far, you've only logged the distance to the geofence. In this assignment, you'll need to add a notification—either a text message or an email—when the GPS coordinates are inside the geofence.

Azure Functions offers various options for bindings, including integrations with third-party services like Twilio, a communications platform.

Rubric

Criteria Exemplary Adequate Needs Improvement
Configure the functions bindings and receive an email or SMS Successfully configured the functions bindings and received an email or SMS when the coordinates were inside or outside the geofence, but not both Configured the bindings but was unable to send the email or SMS, or sent notifications for both inside and outside the geofence Unable to configure the bindings or send an email or SMS

Disclaimer:
This document has been translated using the AI translation service Co-op Translator. While we strive for accuracy, please note that automated translations may contain errors or inaccuracies. The original document in its native language should be regarded as the authoritative source. For critical information, professional human translation is recommended. We are not responsible for any misunderstandings or misinterpretations resulting from the use of this translation.