Name | Type | Description | Notes |
---|---|---|---|
Id | int | Internal ID of this entity. | |
Created | DateTime | The time this entity was created. | |
Modified | DateTime | The time this entity was last modified. | |
ApplicationIds | List<int> | 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] |
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. | |
OutgoingIntegrationTemplateId | int | Identifier of the outgoing integration template. | [optional] |
OutgoingIntegrationTypeId | int | Identifier of the outgoing integration type. | [optional] |
OutgoingIntegrationTypeName | string | Name of the outgoing integration. | [optional] |