Chat
Lucky Orange provides a robust messenger tool that handles displaying surveys, announcements, chat invites, and the ability to interact with your support team.
Trigger Chat Programmatically
function openChat () {
LO.messenger.open()
}
function closeChat () {
LO.messenger.close()
}Last updated