Send an automatic email when modifying attributes (of a specific field) in a service/ feature class (Portal ArcGIS Enterprise / ArcGIS Online)

730
2
05-06-2021 02:48 AM
LucieSimoneau
New Contributor

I would like to create a python script (or find any other way) to send an automatic email when information in one field of my feature class (service) is being modified in either ArcGIS Online or Portal.

I am not looking for sending an email when a feature is added, but rather when it's been modified.

Tags (2)
0 Kudos
2 Replies
Kevin_McIntyre
New Contributor III

You'll have to enable a web hooks for that feature service and set it to only fire when features are edited. 

This webhook will need somewhere to go, so you'll have to either use a COTS program like integromat or Power Automate, or create your own web hook endpoint with Python and Flask or Django and have it process it from there. 

As of writing this right now (5/6/2021), ESRI seems to have pulled all of their documentation for web hooks on the REST API reference for some reason. 

DavidLight
New Contributor III

Any updates on this question?  Curious if you found a solution?

0 Kudos