KB : How to auto start the new conversation by JavaScript
KB : How to auto start the new conversation by JavaScript
By applying this JavaScript at the external webpage, Chat can start the new-conversation automatically.
$('.new-conversation').trigger('click')
With this condition checking before executing the above code, customer can start the new-conversation automatically whenever there's no existing Chat at the list.
$('.chat-conversation').length > 0
, multiple selections available,
Related content
How to auto start the new conversation by JavaScript
How to auto start the new conversation by JavaScript
More like this
KB : How to make automatic logging into chat on external application
KB : How to make automatic logging into chat on external application
More like this
Add chat widget to your website
Add chat widget to your website
More like this
Configuring Chat Widget
Configuring Chat Widget
More like this
I want to add chat widget to my website
I want to add chat widget to my website
More like this
How to open the chat widget frame from any object in your website
How to open the chat widget frame from any object in your website
More like this