Name | Type | Description | Notes |
---|---|---|---|
callback_url | string | Callback URL to send requests to | |
secret | string | Webhook secret used to calculate signature. If empty, the default project secret will be used. | [optional] |
description | string | Webhook description | [optional] |
events | string | List of event names to trigger the webhook (separated by comma) | [optional] |
active | bool | Whether webhook is active or inactive | [optional] |
include_branches | bool | If enabled, webhook will also be triggered for events from branches of the project specified. | [optional] |