NAV
javascript

.startChat()

var msg = 'Hey there, do you need help learning about' +
' The Invigaron System?';
SnapEngage.startChat(msg);

Start a chat session and send a manually defined message to the visitor.

Parameters

Parameter Type Description
msg String A string containing the first chat message to be sent to the visitor when this function fires.