Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.63 KB

WebhookWithOutgoingIntegrationDetails.md

File metadata and controls

23 lines (20 loc) · 1.63 KB

TalonOne.Model.WebhookWithOutgoingIntegrationDetails

Properties

Name Type Description Notes
Id int Internal ID of this entity.
Created DateTime The time this entity was created.
Modified DateTime The time this entity was last modified.
ApplicationIds List<int> 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 List<string> List of API HTTP headers for this webhook.
Payload string API payload (supports templating using parameters) for this webhook. [optional]
Params List<TemplateArgDef> Array of template argument definitions.
Enabled bool Enables or disables webhook from showing in the Rule Builder.
OutgoingIntegrationTemplateId int Identifier of the outgoing integration template. [optional]
OutgoingIntegrationTypeId int Identifier of the outgoing integration type. [optional]
OutgoingIntegrationTypeName string Name of the outgoing integration. [optional]

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