Webhook requests from doo to the external system

Every time the event happens for the supported resources, doo sends the webhook request to all the subscribers.

If the external system API endpoint is protected by OAuth, doo can request authorization from the external system before sending the webhook request. In this case, the webhook request will contain the Access Token received from the external system. Otherwise, doo will send the webhook request without authorization headers.

See more information about the requests on the sub-pages.

See https://viovendi.atlassian.net/wiki/spaces/API/pages/2795012134 on how to subscribe for doo webhooks.