Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 974 Bytes

OutgoingIntegrationTemplate.md

File metadata and controls

16 lines (13 loc) · 974 Bytes

TalonOne.Model.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 List<string> The list of HTTP headers for this integration template.

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