Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 712 Bytes

WebhookModel.md

File metadata and controls

19 lines (11 loc) · 712 Bytes

WebhookModel

Properties

Name Type Description Notes
webhookId Integer The identifier of the Webhook. [optional]
url String The URL of the Webhook. [optional]
httpMethod WebHookHttpMethod [optional]
content String The HTTP body content. [optional]
webHookHeaders List<WebhookHeaderModel> List of HTTP headers that the Webhook must send. [optional]
config WebhookConfig [optional]
environment WebhookEnvironment [optional]