Boost user acquisition and retention by letting your users talk to each other inside of your app.
Sign up for FREEThe simplest and the secure way to make users more efficient at work and love your product even more.
$29.99/month
To add the chat widget to your website, follow these steps:
<link rel="stylesheet" href="http://localhost:8000/build/app.css"></link>
<script src="http://localhost:8000/build/app.js" defer ></script>
<script>
var b2bChatWidgetData = {
appId: "54dhiosod887dpei9852mks",
config: {
chatIconUrl: '/chat.png', //The chat icon at the bottom
width: 300, //Chat widget width
height: 490, //Chat widget height
background: '#b7c4d9' //Chat widget background
locale: 'en' //supported values: en, es, fr, ar, pt, fil, it, de,
color: 'black' //text color,
},
user: {
id: "user-id",
name: "User",
email: "user@gmail.com"
},
company: {
id: "gvet-company",
name: "GVET Company"
},
groups: [
{
id: "gvet-admin",
name: "GVET Admin"
},
{
id: "gvet-market",
name: "GVET Markey"
},
],
}
</script>