Trigger notifications programmatically
A critical part of field data collection is the ability to notify certain users based on what we see
Overview
We have a use case where we want to email and text message certain user groups when we see something critical in the field. We are going to walk through building a simple app that will parse AI detections and notify users when we cross a threshold that is programmatically defined
What we will accomplish
We will create an app that runs AI on video. If we count more than 5 objects in the detections, we will programmatically trigger a notification.
Last updated