Select to view content in your preferred language

Ability to receive an email when you get a notification in AGO

97
1
Thursday
Status: Open
marksm_macomb
Frequent Contributor

I just had a situation happen where I logged into my ArcGIS Online account and I saw that I had a notification which is unusual. The notification was telling me that a python Notebook task I have running had been disabled. This is really important for me to know so that I can diagnose the issue and resume the task, but the issue is that I don't necessarily log into AGO every day, so it could have been a long time for me to even notice the notification. I'd like to be able to turn on email notifications for these alerts so I'm made aware of the issue as soon as it happens.

1 Comment
Nick_Creedon

A workaround for now could be implementing webhooks into your script to send you an email to let you know if the script succeeds or fails. Power Automate also has some cool "Connectors" that will send you email updates on data, like when something gets updated, added or deleted. This could be an option if your script is updated data, instead of getting an email about the script, you are getting the email about the data updating.

Get started with ArcGIS Connectors for Power Automate—ArcGIS for Microsoft 365 | Documentation

 

Setting up webhooks can take some time especially embedding it into your script, don't hesitate to let AI help.  Here are two I use when I need help. New conversation · GitHub Copilot  and ChatGPT