Extras
Allow Customer Survey/Feedback
To enable customer surveys and feedback at the end of a session, configure the settings as follows:
"SURVEY_FEEDBACK": {
"ENABLE": true, //Allow customer survey at the end of a session by selecting emoji
"IDLE_TIMEOUT_SEC": 1,
"FEEDBACK_FIELD_ENABLE": true, //To enable customer feedback writing at the end of a session
"FEEDBACK_TEXT_DEFAULT": "No feedback from the Customer",
"EMOJI_PROMPT": { //Customizable message prompt post selecting the emoji
"sad": "We thank you for notifying us about this, we appreciate the honesty. Rest assured we will improve our products and services",
"neutral": "We thank you for your feedback. We promise to exceed your expectations next time",
"happy": "We are very happy to serve you. We promise to offer you the best products and services possible always",
"AR_LABEL": {
"sad": "We thank you for notifying us about this, we appreciate the honesty. Rest assured we will improve our products and services -AR",
"neutral": "We thank you for your feedback. We promise to exceed your expectations next time -AR",
"happy": "We are very happy to serve you. We promise to offer you the best products and services possible always -AR"
},
"REDIRECT_INTERVAL_SEC": 10
},
"EXTRAS": {
"Happy": {
"color": "#4CAF50",
"feedbackRequired": false
},
"Neutral": {
"color": "#D3940F",
"feedbackRequired": false
},
"Sad": {
"color": "#B42025",
"feedbackRequired": true
}
}
}Blacklist Email Domain
To block specific email domains, modify the EXTRA_ACTIONS configuration:
Restrict Mobile Prefix
To restrict allowed mobile number prefixes, update the EXTRA_ACTIONS configuration:
These settings ensure only specified email domains are blocked and only the defined mobile prefixes are allowed. Adjust as needed.
Enable File Download
The FILE_DOWNLOAD_ENABLED configuration controls the permissions for downloading shared documents within the system. This setting allows you to specify whether agents and customers can download various types of files.
Setup Media Devices
Setup the media devices prior the session connection, applicable to Inbound Session only
Enable Video Snapshot & Permission
During the video call, enable the Users to take a snapshot from the customer video stream with or without customer permission. Snapshot is saved and recorded in the chat page.
Auto Greeting Message
Greeting Message: "Hello this is <agentName>, how may I help you?"
Setup Customer Form - Outbound
Setup Customer Form - Inbound
User Waiting Screen
Enable Document Watermarks
Modify the watermark's font size and color of the uploaded documents
Quick Text
Quick Text allows users to quickly insert predefined text snippets into their communications. This feature helps save time and ensure consistency across various interactions. In the configuration, you can enable it and set a page limit for its use.
Screen Share Disclaimer
The Screen Share Disclaimer informs participants about the visibility of shared content. By agreeing to the terms, users acknowledge that any information or content displayed during the screen sharing session is visible to all participants. This disclaimer is crucial for privacy and transparency during screen-sharing activities.
Last updated