How do I open the chat window programmatically?
About This Article
This article explains how to programmatically open the chat window.
Overview
There are a few ways to start a chat using our Javascript API’s after you have the SnapEngage code installed on your website. Your usage may depend on exactly what you’re hoping to do, but in most cases we recommend using the following.
SnapEngage.openProactiveChat();
You can …
READ FULL ARTICLE