zendesk-messaging-client
    Preparing search index...

    Type Alias GetWebhookData

    type GetWebhookData = {
        body?: never;
        path: { appId: string; integrationId: string; webhookId: string };
        query?: never;
        url: "/v2/apps/{appId}/integrations/{integrationId}/webhooks/{webhookId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { appId: string; integrationId: string; webhookId: string }

    Type declaration

    • appId: string

      Identifies the app.

    • integrationId: string

      The id of the integration.

    • webhookId: string

      The id of the webhook.

    query?: never
    url: "/v2/apps/{appId}/integrations/{integrationId}/webhooks/{webhookId}"