WebhookModel
WebhookModel
WebhookModel for creating or updating webhook.
| Name | Type | Description |
|---|---|---|
| Name | string | Name for the webhook. |
| Branches | List<string> | List of branches to be added for the webhook. |
| Channels | List<string> | List of channels on which webhook to be triggerd. |
| ConcisePayload | bool | Set true if required concise payload. |
| destinations | List<WebhookTarget> | List of webhook target to be triggerd. |
| Disabled | bool | Set true for disabling the webhook. |
| RetryPolicy | string | Set retry policy to perform retry on when webhook is failed. |