zendesk-messaging-client
    Preparing search index...

    Type Alias WebhookReadable

    type WebhookReadable = {
        id?: string;
        includeFullSource?: IncludeFullSource;
        includeFullUser?: IncludeFullUser;
        secret?: string;
        target: Target;
        triggers: Triggers;
        version?: string;
    }
    Index

    Properties

    id?: string

    A unique identifier for the webhook.

    includeFullSource?: IncludeFullSource
    includeFullUser?: IncludeFullUser
    secret?: string

    Webhook secret, used to verify the origin of incoming requests.

    target: Target
    triggers: Triggers
    version?: string

    Schema version of the payload delivered to this webhook. Can be v1, v1.1 or v2.