Dedicated
Unlike a shared webhook, dedicated webhooks are directly linked to the user account. Only notifications for the specific user are received.
Types of dedicated webhooks
Attached
For an attached dedicated webhook, the new URL address that is created is automatically registered to the service using attach procedure, and can be unregistered using detach procedure.
If there is an endpoint available in the API for registration of the webhook, the attach directive should be implemented.
Not attached
For a dedicated webhook that is not attached, the new URL address that is created has to be registered manually by the user. The user copies the URL address and pastes it to the webhook's settings of the web service.
If there is no attach directive available in the API but the web service allows setting up a webhook manually, implement the dedicated webhook without the attach directive.
Last updated