...
If the <external_endpoint_url>
is not protected with OAuth, you can omit the authentication
object in the configuration object. In this case, doo will send the webhook request without access_token
. See Webhook requests from doo to the external system for more information.
Parameters
...
Parameter | Required | Description |
---|---|---|
| Yes | Webhook configuration name. |
| No | Webhook configuration description. |
| No | doo Event ID. If specified, the webhook configuration will be attached only to the specified event. If neither |
| No | doo Event Guide ID. If specified, the webhook configuration will be attached to all the events created with the specified event guide. If neither |
| Yes | Webhook type name from Supported resources and webhook types without |
| Yes | External API endpoint where doo sends the webhook payload for the specified webhook type. |
| Yes | GraphQL query which specifies the webhook payload structure. |
| Yes, if | External authorization OAuth API endpoint where doo can retrieve the |
| Yes, if | A valid OAuth Client Secret which doo will use to retrieve the |
...