Allow users to customize what happens when a survey is submitted.
I want to be able to customize what API calls happen when a survey is submitted. Currently the survey uses the applyEdits request from the REST API to add edits to the survey's feature layer. I would like to be able to maybe change that request to only update certain features. I currently do this via webhooks, but it feels like I'm taking the long way around. It is sort of odd that I have to use an outside solution to change something within the same ecosystem.