Skip to main content
Live chat is not available on the Essential plan

Steps

1
Go to Apps on the Sayless dash.
2
Enable live-chat on the config tab
3
Add the below script to your right before the closing body tag.
<script>
!(function () {
  var t = window,
    e = document,
    a = function () {
      var t = e.createElement("script");
      (t.type = "text/javascript"),
        (t.async = !0),
        (t.src = "https://cdn.joinsayless.com/loader.js");
      var a = e.getElementsByTagName("script")[0];
      a.parentNode.insertBefore(t, a);
    };
  "complete" === e.readyState
    ? a()
    : t.attachEvent
    ? t.attachEvent("onload", a)
    : t.addEventListener("load", a, !1);
})();
</script>
4
Set the chat settings anywhere in your app
window.sayless = {
  chatSettings: {
    appId: "YOUR APP ID HERE" //required,
  }
}

5
Customise your widget with your brand colors and chosen custom text.
6
If you have a content security policy in place, you’ll need to allow https://cdn.joinsayless.com
7
We strongly recommend setting up identity verification, however this step is optional. Here’s how to set it up
8
Setup done