WebhookRequest

WebhookRequest
WebhookRequest

Webhook

JSON Example
{
    "status": "string",
    "name": "string",
    "providers": [
        "string"
    ],
    "contact": "[email protected]/#vmc-notification-gw",
    "web_hook_info": {
        "callback_uri": "string",
        "callback_headers": {
            "callback_headers": "string"
        },
        "subscribed_categories": [
            "string"
        ],
        "subscribed_notification_types": [
            "string"
        ],
        "unsubscribed_notification_types": [
            "string"
        ],
        "sign_key": "string"
    },
    "id": "string"
}
string
status
Required

The status of the webhook.

Possible values are : ACTIVE, INACTIVE,
string
name
Optional

name

array of string
providers
Required
Constraints: minItems: 1 maxItems: 2147483647

providers

string
contact
Optional

Team member email or slack channel to be contacted if needed

web_hook_info
Required

web_hook_info

string As uuid As uuid
id
Optional

Provided webhook id.

Parameter To