Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.1 KB

OutgoingIntegrationTemplateWithConfigurationDetails.md

File metadata and controls

32 lines (21 loc) · 1.1 KB

OutgoingIntegrationTemplateWithConfigurationDetails

Properties

Name Type Description Notes
id Integer Unique ID for this entity.
integrationType Integer Unique ID of outgoing integration type.
title String The title of the integration template.
description String The description of the specific outgoing integration template.
payload String The API payload (supports templating using parameters) for this integration template.
method MethodEnum API method for this webhook.
relativeUrl String The relative URL corresponding to each integration template.
headers List<String> The list of HTTP headers for this integration template.
policy Object The outgoing integration policy specific to each integration type.

Enum: MethodEnum

Name Value
POST "POST"
PUT "PUT"
GET "GET"
DELETE "DELETE"
PATCH "PATCH"