How can I set up email notifications for when a station in a feature layer reaches a specific threshold?

850
2
07-09-2020 12:28 PM
CharlotteWhite
New Contributor II

I'd like to send an email notification when a river gauge reaches a specific height. Should I use Python?

0 Kudos
2 Replies
DerekLaw
Esri Esteemed Contributor

Hi Charlotte,

> I'd like to send an email notification when a river gauge reaches a specific height.

Are you asking this in the context of the data being shown in a dashboard, or just in general (for example: data in a feature layer in ArcGIS Online)?

In the former case, ArcGIS Dashboards doesn't have this type of functionality. In the latter case, you may be able to take advantage of web hooks supported by hosted feature layers in ArcGIS Online - although I don't know if this functionality will support checking a threshold value for an attribute field.

Web Hooks (Feature Service)—ArcGIS REST API | ArcGIS for Developers 

Hope this helps,

0 Kudos
CharlotteWhite
New Contributor II

Hi Derek. I have tried to set thresholds in both the dashboard and just via the data in a feature layer in ArcGIS Online. I hadn't learned about Web Hooks yet so I'll give them a try. Thanks for helping out a beginner!