I am trying to use an Integromat webhook based on Feature Updates to identify the specific changes that occurred: attribute fields or geometry. I intended to add a filter to the webhook to only function on geometry changes. Is this possible?
I've watched the video Getting Started with Hosted Feature Layer Webhooks and have successfully obtained my results url. But it returns all the updated feature's data, and not exactly what was changed.
Additionally, what is the functional difference between Feature Update and Feature Edit? (https://developers.arcgis.com/rest/services-reference/online/web-hooks-payloads-feature-service-.htm)