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 that are related to this entity. The IDs of the Applications that are related to this entity. | |
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. |