zendesk-messaging-client
    Preparing search index...

    Type Alias CustomReadable

    CustomReadable: IntegrationReadable & { type: "custom" } & {
        type?: string;
        webhooks: [WebhookReadable];
    }

    Type declaration

    • type: "custom"
    • Optionaltype?: string

      To configure a custom integration you need to setup a webhook with a set of triggers and target.

    • webhooks: [WebhookReadable]

      An array of webhooks associated with the custom integration.