Custom Welcome Message

You can define a list of welcome messages in the chat configuration. If provided, the widget will display these messages immediately on startup, ensuring the user receives a quick and engaging first response. To enable this, specify the customWelcomeMessage configuration, which maps locales (see documentation on locales) to their respective lists of welcome messages. The widget will use the locale defined in its configuration, check for a matching entry in customWelcomeMessage, and display the corresponding messages if found.

"customWelcomeMessage": {
  "en-GB": [
    "Hey, welcome to our chat",
    "To get started do some thing"
  ],
  "de-De": [
    "Hallo, willkommen in unserem Chat!",
    "Um anzufangen, mach etwas."
  ]
}