Documentation
Difficulty level:
Configuratie - Systeem - Webhooks
How do I create an outgoing webhook as administrator?
An outgoing webhook can be created by an administrator or an external application can subscribe to a webhook via the API.
Via configuration panel
An administrator goed to the webhook page in the configuration panel.
A button can be clicked to "Add a webhook"
Item | Description |
---|---|
Active | If set to No, the webhook is not executed |
Context | The entity which is changed or created |
Type | POST (aanbevolen) |
JSON | If set to yes a header is supplied with "Content-Type:application/json". The body is always JSON encoded |
Trigger | What is triggering the webhook |
Url | The url the data is being send to |
Note | Free field, only available in the management screens. |