Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 962 Bytes

OutgoingIntegrationTemplate.md

File metadata and controls

18 lines (13 loc) · 962 Bytes

# OutgoingIntegrationTemplate

Properties

Name Type Description Notes
id int Unique ID for this entity.
integrationType int 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 string API method for this webhook.
relativeUrl string The relative URL corresponding to each integration template.
headers string[] The list of HTTP headers for this integration template.

[Back to Model list] [Back to API list] [Back to README]