zendesk-messaging-client
    Preparing search index...

    Type Alias PrechatCapture

    type PrechatCapture = {
        avatarUrl?: string;
        enabled?: boolean;
        enableEmailLinking?: boolean;
        fields?: Field[];
    }
    Index

    Properties

    avatarUrl?: string

    Sets the URL of the avatar to use for the automatic reply to the prechat capture messages.

    enabled?: boolean

    If true, enables the Prechat Capture add-on when the Web Messenger is initialized.

    enableEmailLinking?: boolean

    f true and Mailgun is integrated, will automatically link submitted emails.

    fields?: Field[]

    Array of Fields. Overrides the default Prechat Capture fields to define a custom form.