WebhookRequest
WebhookRequest
Webhook
JSON Example
{
"contact": "[email protected]/#vmc-notification-gw",
"id": "string",
"name": "string",
"providers": [
"string"
],
"status": "string",
"web_hook_info": {
"callback_uri": "string",
"sign_key": "string",
"subscribed_categories": [
"string"
],
"subscribed_notification_types": [
"string"
]
}
}
string
contact
Optional
Team member email or slack channel to be contacted if needed
string As uuid As uuid
id
Optional
Provided webhook id.
string
name
Optional
name
array of string
providers
Required
providers
string
status
Required
The status of the webhook.
Possible values are : ACTIVE, INACTIVE,