Live Chat
Use it for real-time website chat with UI branding, queue routing, and per-language overrides (pt, en, es).
Main fields
token: site/widget token generated in dashboardbackendUrl: public backend URLprimaryColor,secondaryColor,textColorposition:leftorrighttitle,subtitle(optional)queueId(optional)languages(optional language overrides)
Example
<script>
window.liveChatConfig = {
token: "YOUR_SITE_TOKEN",
backendUrl: "https://api.sendeasy.app",
primaryColor: "#4F46E5",
secondaryColor: "#ffffff",
textColor: "#ffffff",
position: "right",
title: "Support",
subtitle: "We reply in minutes",
queueId: 10,
languages: {
en: {
title: "Support",
subtitle: "We reply in minutes",
namePlaceholder: "Your name *",
emailPlaceholder: "Your email (optional)",
startButton: "Start chat",
messagePlaceholder: "Type your message...",
sendButton: "Send",
},
pt: {
title: "Suporte",
subtitle: "Respondemos em minutos",
namePlaceholder: "Seu nome *",
emailPlaceholder: "Seu e-mail (opcional)",
startButton: "Iniciar conversa",
messagePlaceholder: "Digite sua mensagem...",
sendButton: "Enviar",
},
es: {
title: "Soporte",
subtitle: "Respondemos en minutos",
namePlaceholder: "Tu nombre *",
emailPlaceholder: "Tu correo (opcional)",
startButton: "Iniciar chat",
messagePlaceholder: "Escribe tu mensaje...",
sendButton: "Enviar",
},
},
};
</script>
<script src="https://widget.sendeasy.pro/widget-live-chat.js" defer></script>