diff --git a/admin_manual/webhook_listeners/index.rst b/admin_manual/webhook_listeners/index.rst index cc5ee3c3a..6f6e40498 100644 --- a/admin_manual/webhook_listeners/index.rst +++ b/admin_manual/webhook_listeners/index.rst @@ -20,6 +20,8 @@ Listening to events You can use the OCS API to add webhooks for specific events: https://docs.nextcloud.com/server/latest/developer_manual/_static/openapi.html#/operations/webhook_listeners-webhooks-index +Note: When authenticating with the OCS API to register webhooks the account you authenticate as must have administrator rights or delegated administrator rights. + Filters ~~~~~~~ @@ -33,6 +35,7 @@ You can also use additional comparison operators (``$eq, $ne, $gt, $gte, $lt, $l Nextcloud Webhook Events ------------------------ + This is a non-exhaustive list of available events. It features the event ID and the available variables for filtering. * OCA\\Tables\\Event\\RowAddedEvent diff --git a/admin_manual/windmill_workflows/index.rst b/admin_manual/windmill_workflows/index.rst index c88aeb328..41593bff0 100644 --- a/admin_manual/windmill_workflows/index.rst +++ b/admin_manual/windmill_workflows/index.rst @@ -17,6 +17,11 @@ Installation occ app:enable webhook_listeners +Selecting the right Workspace +----------------------------- + +When installing Windmill as an ExApp make sure to select the right workspace on the first run: Only the pre-existing "nextcloud" workspace is hooked up to nextcloud's internal event system, all other workspaces will need manual webhook setups for each workflow. + Building a workflow -------------------