WebhookResponse

WebhookResponse
WebhookResponse

The webhook record.

JSON Example
{
    "created": "string",
    "updated": "string",
    "version": 0,
    "id": "string",
    "web_hook_info": {
        "callback_uri": "string",
        "callback_headers": {
            "callback_headers": "string"
        },
        "subscribed_categories": [
            "string"
        ],
        "subscribed_notification_types": [
            "string"
        ],
        "unsubscribed_notification_types": [
            "string"
        ]
    },
    "status": "string",
    "name": "string",
    "providers": [
        "string"
    ],
    "contact": "[email protected]/#vmc-notification-gw",
    "org_id": "string",
    "created_by": "[email protected]",
    "updated_by": "[email protected]"
}
string As date-time As date-time
created
Optional

The creation date of entity.

string As date-time As date-time
updated
Optional

The update date of entity.

integer As int32 As int32
version
Optional

Version of this entity.

string As uuid As uuid
id
Optional

Unique ID for this entity.

web_hook_info
Required

web_hook_info

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

string As uuid As uuid
org_id
Optional

org_id

string
created_by
Optional

The username of the person/app who created the notification type

string
updated_by
Optional

The username of the person/app who updated the notification type