zendesk-messaging-client
    Preparing search index...

    Type Alias ViberWritable

    ViberWritable: IntegrationWritable & { type: "viber" } & {
        token: string | null;
        type?: string;
    } & DefaultResponderId & DefaultResponderWritable

    Type declaration

    • type: "viber"
    • token: string | null

      Viber Public Account token.

    • Optionaltype?: string

      To configure a Viber integration, acquire the Viber Public Account token from the user and call the Create Integration endpoint.