Question

Email Notification and Feature Layer on AGOL

  • 13 February 2024
  • 2 replies
  • 43 views

Badge +1

Is there a way to setup a trigger in FME to send an email anytime a new record is added to the Feature Layer. I have an AGOL hosted Public Facing Application where the residents can add points and fill out some information. I would like to get an email every time a new record is added by the user.

 


2 replies

Userlevel 6
Badge +33

I think you can set up a webhook in AGOL on the feature layer, and point that to server.

Userlevel 6
Badge +33

I think you can set up a webhook in AGOL on the feature layer, and point that to server.

Setting up an FME Server automation to receive webhooks:
https://docs.safe.com/fme/html/FME-Flow/WebUI/Automations-Triggers/Trigger-Webhook.htm
There is a different way to set this up, but I believe using automations is the current standard.

Setting up a hosted feature service webhook to submit when a change is made.
https://www.esri.com/arcgis-blog/products/arcgis-online/sharing-collaboration/how-to-create-a-hosted-feature-service-webhook/

Reply