HOW TO
In ArcGIS Online, when adding a new feature to a web map, or editing an existing one, it is possible to configure a pop-up to send an email notification of the update to the web map's owner. This article describes the workflow in ArcGIS Online to send email notifications from web map pop-ups when these changes are made.
Use one of the methods below to create a hyperlink in the web map pop-up to create an email that can be sent manually when adding new features.
Note: This workflow does not automatically send email notifications, but creates a draft email that allows specifying the subject and recipient(s), customizing the email body, and using attributes from the added feature if necessary. To automate email notifications, consider using alternative solutions, as described in Automate email notifications for field updates, and How To: Create a webhook with Make which sends an email notification when a feature service is updated
mailto:receiver@mail.com?Subject=New feature was submitted by {FieldWorker_Name}&body=Hi,%0D%0A%0D%0AA new feature was added.%0D%0ACondition: {Condition}%0D%0ANext Inspection Date:{NextInspection_Date}%0D%0A%0D%0AThis email was created via a custom URL
Note: Click the View HTML Source icon in the Custom Attribute Display window to view and edit the URL.
The following image displays the HTML source view.
Note: The link to the email is available after the feature is added.
Note: Ensure the fields included in the expressions are added to the attribute fields before proceeding with the workflow below.
"mailto:receiver@mail.com?Subject=New feature was submitted by "+$feature.FieldWorker_Name+"&body=Hi,%0D%0A%0D%0AA new feature was added.%0D%0ACondition: "+$feature.Condition+"%0D%0ANext Inspection Date: "+$feature.NextInspection_Date+"%0D%0A%0D%0AThis email was created via an Arcade Expression"
{expression/expr0}
The following image displays the email notification window after clicking the link.
Article ID: 000023946
Get help from ArcGIS experts
Download the Esri Support App