WebhookProcessorConfigStructure
Version #1
Description:
Config of WebhookProcessor
Fields:
body
: String [Optional]- Description: The content of the request. This will be preprocessed and string replaced with the defines keys before the call.
connectTimeout
: Integer [Optional]- Default: 30 secondsDescription: Defines the connect timeout in milliseconds for the connection.
contentType
: String [Optional]- Default: application/json; charset=UTF-8Description: Defines the content type for the request.
headers
: Map<String, String> [Optional]- Default: No additional headers.Description: Defines additional headers to be added to the request.
method
: String [Optional]- Default: POSTDescription: Defines the http verb to be used.
socketTimeout
: Integer [Optional]- Default: 5 minutesDescription: Defines the socket timeout in milliseconds for the connection.
url
: String [Required]- Description: Defines the url which should be called. Only http and https protocols are supported.