Channel: Web Chat
Connect your AI Assistant to your website
Last updated
Was this helpful?
Connect your AI Assistant to your website
Last updated
Was this helpful?
After Select Channel > Web Chat, you will be taken to the Configure Web Chat view. This is where you will set up your Chatbot to make it compatible with your website.
in Text Options, you can customize the basic text that appears with your Chatbot once it becomes a Web Widget or an In Page bot. This portion has the following components:
Title: This is the "main greeting" that the AI Chatbot will provide before starting a conversation.
Group Name: This is the "public name of the Chatbot. You can name this after yourself, your team, or your company. In the image above, its name is "Captivate Chat Test Widget
Widget Text Description: This is the invitational message your Chatbot reveals when users click it for the first time.
In Color Options, you can customize how your AI Chatbot appears in your website using a wide array of color options:
Primary Color
Bubble Background (User, Bot, Agent)
Chat Text (User, Bot, Agent)
Chat Buttons (Background, Text)
In Image Options, customize your Chatbot further with options that add "personality" to them. These include:
AI Chatbot Avatar: This is how your Chatbot appears in the Web Widget.
Widget Icon: This is how your Chatbot appears as an icon before expanding into a chat box. It can be the same icon as your AI Chatbot Avatar.
AI Chatbot Business Image: This represents the icon or logo of your branding or business.
AI Chatbot Chat Header Image: This is the unique background that comes with your AI Chatbot Avatar.
The Other Options section allows you to customize your Web Chat even further with other labelling and text options for other components of the Web Widget or In Page bot's appearance. These mostly deal with the text to appear for functionalities that state:
Text sent by: Text to appear to indicate who sent the message.
Text download transcript: Text to appear on the hyperlink that users will click to download the transcript.
Text today: Text to appear to state the date today.
Text chat to person: Text to appear on the hyperlink that initiates the Live Chat process.
Text send a message: Text to appear on the button that sends the message.
Text start: Text that appears to start the conversation.
Text is always active: Text that appears to indicate the bot is always active.
Text is processing: Text that appears to indicate the bot is processing a response.
There are also checklists where you can set the Web Chat to:
Hide AI Chatbot Avatar
Hide File Attach Button
Hide Business Image
Hide Emoji Button
Enable Full Screen
In Working Hours, determine your Chatbot's working hours. You can choose its Start Time and End Time, and specific days of the week you want it to function. Here are your main considerations:
If you want your Chatbot to connect users to Live Agents, try to set the Chatbot's schedule to match that of your team's for a more seamless experience.
After configuring your Web Chat, it becomes available for deployment with code provided in the Embed Code section. It has two variants:
Web Widget: This is the traditional form of AI Chatbots in websites, where you click an icon that expands into a conversation window.
In Page: This is an alternate version of the AI Chatbot deployment where you can use it directly from within your website.
Using the HTML code from the "Embed Web Widget" stage will give your webpage access to a traditional web widget. This takes the form of an icon on the lower left of your screen that transforms into a chat when clicked.
These traditional web widgets are often used as customer assistants in most websites that provide products and services.
The Embed Web Widget section has this code:
Please take note that apiKey: "
YOUR_API_KEY_IS_HERE
"
contains your Web Widget's API Key, which you can use in other Captivate Chat features such as full screen embeds and potential future additions.
Alternatively, users can also insert their Web Widget Chat Flows into their websites as full screen embeds. Unlike traditional web widgets that take the form of an icon that expands into an AI Chatbot, a full screen embed takes up the size specified in a special <iframe>
code.
Full screen embeds are perfect for websites that want to have a dedicated page where users can interact with AI Chatbots.
To transform your Web Widget Chat Flow into a full screen embed, simply copy this code:
When modifying this <iframe>
code, take note of these things:
Replace your-deployed-url
with the link of the webpage where you want to deploy the full-screen widget.
Replace YOUR_API_KEY_HERE
with the API key of your Web Widget, as seen in the "Embed Web Widget" stage of the "Configure Web Widget" page.
Ensure the allow="clipboard-write"
attribute is included if you need to enable clipboard functionality within the widget.
Ensure the width
and height
attributes are at 100% to fit the widget into your layout appropriately.
Give your HTML embed code to your Web Administrator
Make sure that your embed is pasted before the closing </body> tag on pages of your website where you want the AI Assistant to show up. Your Web Administrator should know how to make this work.
Doing all the steps above should get your Chatbot ready to be used with a Web Widget.
Disable Working Hours: Toggling off means the Web Widget won't follow a schedule and provide 24/7 coverage. This is perfect if your Web Widget is designed solely to answer questions and not connect users with live agents.