interface ZendeskConfig {
    accountKey?: string;
    appId?: string;
    clientId?: string;
    zendeskUrl?: string;
}

Properties

accountKey?: string

The Zendesk account key. This is only required if you want to use the Chat SDK.

appId?: string

The Zendesk app ID.

clientId?: string

The Zendesk client ID.

zendeskUrl?: string

The Zendesk URL.

Generated using TypeDoc