Skip to main content

Get serenity chat channel configuration.

GET 

/api/v2/channel/serenity-chat/:agentCode

Get serenity chat channel configuration.

Request

Path Parameters

    agentCode stringrequired

Query Parameters

    culture string

    Use this param to override the culture of the response. Options: - en (default) - es

Responses

Success

Schema

    expanded boolean
    allowUpload boolean
    storeConversation boolean
    stream boolean
    extractPageContent boolean
    userIdentifier stringnullable
    logoURL stringnullable
    mode stringnullable

    engagementMessage

    object

    enabled boolean
    message stringnullable
    showAfter int32

    locale

    object

    uploadFileErrorMessage stringnullable
    uploadFilesErrorMessage stringnullable
    chatErrorMessage stringnullable
    chatInitConversationErrorMessage stringnullable
    headerTitle stringnullable
    finalizedMessage stringnullable
    limitExceededMessage stringnullable
    waitUntilMessage stringnullable
    remainingMessage stringnullable
    inputPlaceholder stringnullable
    internalLinkMessage stringnullable
    newChatBtnMessage stringnullable
    exceededMaxNumberOfFilesMessage stringnullable
    exceededMaxFileStatusChecksMessage stringnullable

    theme

    object

    header

    object

    bgColor stringnullable
    textColor stringnullable

    resetChatBtn

    object

    bgColor stringnullable
    hoverBgColor stringnullable
    textColor stringnullable

    minimizeBtn

    object

    iconStrokeColor stringnullable

    fabButton

    object

    bgColor stringnullable
    iconStrokeColor stringnullable
    buttonSize int32
    iconSize int32

    sendButton

    object

    bgColor stringnullable
    iconStrokeColor stringnullable

    engagementMessage

    object

    bgColor stringnullable
    textColor stringnullable

    conversationStarters

    object

    bgColor stringnullable
    textColor stringnullable
    containerBgColor stringnullable
    initialMessageBgColor stringnullable
    initialMessageTextColor stringnullable

    scrollToBottomIndicator

    object

    bgColor stringnullable
    iconStrokeColor stringnullable

    uploadFileBtn

    object

    iconStrokeColor stringnullable

    messageBubble

    object

    user

    object

    bgColor stringnullable
    textColor stringnullable

    assistant

    object

    bgColor stringnullable
    textColor stringnullable
Loading...