| Name | Type | Description | Notes |
|---|---|---|---|
| ApplicationIds | List<long> | The IDs of the Applications in which this webhook is available. An empty array means the webhook is available in `All Applications`. | |
| Title | string | Name or title for this webhook. | |
| Description | string | A description of the webhook. | [optional] |
| Draft | bool | Indicates if the webhook is a draft. | |
| Verb | string | API method for this webhook. | |
| Url | string | API URL (supports templating using parameters) for this webhook. | |
| Headers | List<string> | List of API HTTP headers for this webhook. | |
| Payload | string | API payload (supports templating using parameters) for this webhook. | [optional] |
| Params | List<TemplateArgDef> | Array of template argument definitions. | |
| Enabled | bool | Enables or disables webhook from showing in the Rule Builder. | |
| AuthenticationId | long | The ID of the credential that this webhook is using. | [optional] |