Admin docs: More additions to windmill docs

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr
2024-09-05 11:29:09 +02:00
parent 690ac4561a
commit 3246209056
2 changed files with 8 additions and 0 deletions

View File

@@ -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

View File

@@ -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
-------------------