Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 858 Bytes

WebhookModel.md

File metadata and controls

28 lines (16 loc) · 858 Bytes

WebhookModel

Properties

Name Type Description Notes
webhookId Integer The identifier of the Webhook. [optional]
url String The URL of the Webhook. [optional]
httpMethod HttpMethodEnum The HTTP method. [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]

Enum: HttpMethodEnum

Name Value
GET "get"
POST "post"