Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.05 KB

NewWebhook.md

File metadata and controls

19 lines (14 loc) · 1.05 KB

# NewWebhook

Properties

Name Type Description Notes
applicationIds 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 string[] List of API HTTP headers for this webhook.
payload string API payload (supports templating using parameters) for this webhook. [optional]
params \TalonOne\Client\Model\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]