Name | Type | Description | Notes |
---|---|---|---|
projectId | java.util.UUID | Unique ID of the webhook project | |
eventType | WebHookEventTypeModel | Type of event which triggers the webhook | |
url | kotlin.String | Request URL of the webhook | |
requestType | RequestTypeModel | Request method of the webhook | |
shouldSendBody | kotlin.Boolean | Indicates if the webhook sends body | |
headers | kotlin.collections.Map<kotlin.String, kotlin.String> | Collection of the webhook headers | |
queryParameters | kotlin.collections.Map<kotlin.String, kotlin.String> | Collection of the webhook query parameters | |
isEnabled | kotlin.Boolean | Indicates if the webhook is active | |
shouldSendCustomBody | kotlin.Boolean | Indicates if the webhook sends custom body | |
shouldReplaceParameters | kotlin.Boolean | Indicates if the webhook injects parameters | |
shouldEscapeParameters | kotlin.Boolean | Indicates if the webhook escapes invalid characters in parameters | |
name | kotlin.String | Name of the webhook | |
description | kotlin.String | Description of the webhook | [optional] |
customBody | kotlin.String | Custom body of the webhook | [optional] |