Callback for the first message from a client

Callback will help you track when the client writes the first message to the widget. It will be sent if a new chat is created in the system.

Callback usage example:

window.__usedeskWidgetFirstClientMessageCallback = () => console.log('first message callback')