Does anyone know if it is possible to run a ArcGIS Notebook Task based on changes in a feature service? Our goal is to run a Notebook task when new features are created in a Feature Service. I know a Webhook can be created based off a Feature Service but I'm struggling to see if I can direct this Webhook to run a Notebook Task. The current documentation for creating Feature Service Webhooks requires a payload url to an external automation service like Power Automate or Make but I would rather keep this workflow internal and not rely on an external service to run a Notebook Task.
I also reviewed the Organization Webhooks that are available within ArcGIS Enterprise but I do not see where they can be based off of data changes within a Feature Service. Any help would be greatly appreciated.