zendesk-messaging-client
    Preparing search index...

    Type Alias WebhookSubSchema

    The webhook that generated the payload.

    type WebhookSubSchema = {
        id?: string;
        version?: string;
    }
    Index

    Properties

    Properties

    id?: string

    The unique ID of the webhook.

    version?: string

    Schema version of the payload delivered to this webhook (v2).