mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Admin docs: More additions to windmill docs
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
-------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user