WebhookEventConfig
WebhookEventConfig
Represents a Webhook Event configuration.
JSON Example
{
"action": "POST/PUT/PATCH",
"endpoint": "string",
"event": "string",
"payload": {
"text": "executionId",
"username": "[email protected]"
},
"stage": "string",
"task": "string",
"url": "string"
}
string
action
Optional
Action Type.
string
endpoint
Optional
endpoint
string
event
Optional
event
Possible values are : SUCCESS, FAILURE, WAITING, CANCELED,
object
headers
Optional
The headers required to perform HTTP action on the provided url.
string
payload
Optional
Payload to be sent to the webhook.
string
stage
Optional
stage
string
task
Optional
task
string
url
Optional
WebhookURL to send payload.