Managing webhooks
Start creating your first webhook by navigating to "Automations" -> "Webhooks" -> "Add Webhook".
In the popup, enter a name to identify your new webhook as well as the provided URL from your external provider and hit save.
After hitting "Save" you will be redirected to the webhook overview where you should see a checkmark behind your newly webhook. This means the connection has been tested and is valid. (Meaning the provided url returned a 200 HTTP Code). Please note that the webhook is not active yet.
Click on the newly created webhook to edit the webhook and assign folders to which the webhook should react.
If needed you can add addiotional headers that your external provider may require. For example: Credentials needed to authenticate the scoopa-webhook against your external provider.
You can either select folders for which the webhook should be applied or you can choose "all folders".
For each new file in the selected folders (or every folder), the webhook will be called. (see below for a dummy payload of the data trasnmitted).
Forthermore it is possible to limit webhooks by a filter-value. The webhool will only be called if the filename contains the filter-value.
In the edit view you can also trigger a re-validation of your webhook by pressing "Re-Validate Webhook".
You can also delete existing Webhooks by clicking the delete icon in the overview. As with all delete operations this has to be confirmed.