Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 966 Bytes

NewWebhook.md

File metadata and controls

18 lines (13 loc) · 966 Bytes

NewWebhook

Properties

Name Type Description Notes
application_ids list[int] The IDs of the Applications that are related to this entity.
title str Name or title for this webhook.
verb str API method for this webhook.
url str API URL (supports templating using parameters) for this webhook.
headers list[str] List of API HTTP headers for this webhook.
payload str 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]