zendesk-messaging-client
    Preparing search index...

    Type Alias ViberReadable

    ViberReadable: IntegrationReadable & { type: "viber" } & {
        accountId?: string;
        type?: string;
        uri?: string;
    } & DefaultResponderReadable

    Type declaration

    • type: "viber"
    • Optional ReadonlyaccountId?: string

      Unique ID of the Viber account.

    • Optionaltype?: string

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

    • Optional Readonlyuri?: string

      Unique URI of the Viber account.