Chatwoot

  • Very cheap chat with simple design

  • $0 a month for up to 1k contacts (can practically include on every site)

  • Doesnt include Segment integration so have to add manually, but very easy

Remove by default

window.chatwootSettings = {
  hideMessageBubble: false,
  position: "left", // This can be left or right
  locale: "en", // Language to be set
  type: "standard", // [standard, expanded_bubble]
  darkMode: "auto", // [light, auto]
};

Then trigger with

window.$chatwoot.toggle("open"); // To open widget
window.$chatwoot.toggle("close"); // To close widget

Set user with

Errors

Last updated