From 1944eeda65bc20fa04999a217a033b0ecf3b05ae Mon Sep 17 00:00:00 2001 From: Christian Hartmann Date: Fri, 19 Jun 2026 14:32:19 +0200 Subject: [PATCH] docs: Add webhook support section to README Signed-off-by: Christian Hartmann --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ea97a244b..768e62e6a 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ - **🔒 Data under your control!** Unlike in Google Forms, Typeform, Doodle and others, the survey info and responses are kept private on your instance. - **🙋 Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)! +## Webhook support + +See the [Nextcloud Server Administration Guide](https://docs.nextcloud.com/server/stable/admin_manual/webhook_listeners/index.html#forms-app-events) to find information on which Forms events are available to be used with webhooks and how to configure them. + ## 🏗 Development setup 1. ☁ Clone this app into the `apps` folder of your Nextcloud: `git clone https://github.com/nextcloud/forms.git`