Qwelp Support Sender API
    Preparing search index...

    Type Alias QwelpSettings

    Settings for a new QwelpSession.

    type QwelpSettings = {
        branding?: QwelpBranding;
        code?: string;
        customerKey?: string;
        metaData?: MetaData;
    }
    Index

    Properties

    branding?: QwelpBranding

    Customize the look (colors, logo, title) and support message of the sender-side UI dialogs.

    code?: string

    Use a predefined code for this, session. This is mainly for debugging.

    customerKey?: string

    A base64 encoded public ECDH key, with which the code will be encrypted.

    metaData?: MetaData

    Key Value information that will be transmitted to the receiver and stored with the session history