forms
forms copied to clipboard
Trigger webhook after response
Nextcloud (please complete the following information):
- Nextcloud-Version: newest
- Forms-Version: newest
Describe the solution you'd like
Google Forms offers an integration a form into a pipeline via webhooks. There, I can provide a URL that the user input is forwarded to once they finalize the form. Great for automation!
Describe alternatives you've considered I could repeatedly pull the current responses via the API and check for any new responses.
I see this as the missing piece of the puzzle to utilize Nextcloud forms for various workflow automation tasks. Another alternative to a webhook function provided out of the app can be the option to write submissions directly into a file. As a result, the workflow system https://nextcloud.com/workflow/ with the webhook app https://apps.nextcloud.com/apps/webhooks can take over.
The alternative mentioned by @codeHorse87 would be achieved by #1403
Any plans to address this? It would be really good to be able to e.g. post to Slack when a form is filled in.