Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.46 KB

WebHookPostModel.md

File metadata and controls

23 lines (18 loc) · 1.46 KB

WebHookPostModel

Properties

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]