Connectly Webchat is in development
Connectly Webchat is in development
This widget is being rolled out. Interfaces on this page may change before general
availability. The engineering documentation site, which tracks the current build, is at
webchat.connectly.ai/docs.
What you need
One thing: a client key, from the webchat settings page in your Connectly dashboard. Everything else β colours, the launcherβs side and icon, the panelβs size, the greeting β is stored against that key and fetched at runtime, which is why a working integration is two lines rather than a configuration file. The key goes in your pageβs HTML where anyone can read it. That is fine β it names your business, it does not authorise anything.What it is not
It is not an iframe you size yourself, and it is not a component library. The widget lives in a shadow root and isposition: fixed to a viewport corner, so it does not inherit
your pageβs CSS and does not participate in your layout. Where you put the element in the
DOM does not matter.
It is also not something you should load twice β see βOne integration per pageβ on the
next page. Two integrations means two launchers, two sessions and two sockets for one
visitor, and nothing errors.