Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.61 KB

WebhookWithOutgoingIntegrationDetails.md

File metadata and controls

24 lines (20 loc) · 1.61 KB

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.
application_ids list[int] The IDs of the Applications in which this webhook is available. An empty array means the webhook is available in `All Applications`.
title str Name or title for this webhook.
description str A description of the webhook. [optional]
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.
outgoing_integration_template_id int Identifier of the outgoing integration template. [optional]
outgoing_integration_type_id int Identifier of the outgoing integration type. [optional]
outgoing_integration_type_name str Name of the outgoing integration. [optional]

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