Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.06 KB

NewWebhook.md

File metadata and controls

17 lines (14 loc) · 1.06 KB

TalonOne.Model.NewWebhook

Properties

Name Type Description Notes
ApplicationIds List<int> 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.

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