Name | Type | Description | Notes |
---|---|---|---|
id | Number | Internal ID of this entity. | |
created | Date | The time this entity was created. | |
modified | Date | The time this entity was last modified. | |
applicationIds | [Number] | 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 | [String] | List of API HTTP headers for this webhook. | |
payload | String | API payload (supports templating using parameters) for this webhook. | [optional] |
params | [TemplateArgDef] | Array of template argument definitions. | |
enabled | Boolean | Enables or disables webhook from showing in the Rule Builder. | |
outgoingIntegrationTemplateId | Number | Identifier of the outgoing integration template. | [optional] |
outgoingIntegrationTypeId | Number | Identifier of the outgoing integration type. | [optional] |
outgoingIntegrationTypeName | String | Name of the outgoing integration. | [optional] |
-
POST
(value:"POST"
) -
PUT
(value:"PUT"
) -
GET
(value:"GET"
) -
DELETE
(value:"DELETE"
) -
PATCH
(value:"PATCH"
)