Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.65 KB

WebhookWithOutgoingIntegrationDetails.md

File metadata and controls

25 lines (20 loc) · 1.65 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.
applicationIds 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 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.
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]