Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 938 Bytes

OutgoingIntegrationTemplate.md

File metadata and controls

17 lines (13 loc) · 938 Bytes

OutgoingIntegrationTemplate

Properties

Name Type Description Notes
id int Unique ID for this entity.
integration_type int Unique ID of outgoing integration type.
title str The title of the integration template.
description str The description of the specific outgoing integration template.
payload str The API payload (supports templating using parameters) for this integration template.
method str API method for this webhook.
relative_url str The relative URL corresponding to each integration template.
headers list[str] The list of HTTP headers for this integration template.

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