Name | Type | Description | Notes |
---|---|---|---|
id | Integer | Internal ID of this entity. | |
created | OffsetDateTime | The time this entity was created. | |
modified | OffsetDateTime | The time this entity was last modified. | |
applicationIds | List<Integer> | 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. | |
verb | VerbEnum | 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 | Boolean | Enables or disables webhook from showing in the Rule Builder. | |
outgoingIntegrationTemplateId | Integer | Identifier of the outgoing integration template. | [optional] |
outgoingIntegrationTypeId | Integer | Identifier of the outgoing integration type. | [optional] |
outgoingIntegrationTypeName | String | Name of the outgoing integration. | [optional] |
Name | Value |
---|---|
POST | "POST" |
PUT | "PUT" |
GET | "GET" |
DELETE | "DELETE" |
PATCH | "PATCH" |