Triggers
We created an additional trigger framework for you, so you can easy automate your customer flow.
Installation
Simply include the trigger script after the end of your body
Please keep in mind, that you need an already setup gramchat for this trigger functions to work
MessageOnScrollPercent(percent, message)
Automatically open gramchat and prompt the user with a message if he/she scrolled down on your page for a certain percentage
MessageOnMouseLeave(message)
Automatically open gramchat and prompt the user with a message the moment the mouse fades out of the window.
MessageOnHover(htmlID, message)
Automatically open gramchat and prompt the user with a message if he/she hovers over the given element
MessageOnClick(htmlID, message)
Automatically open gramchat and prompt the user with a message if he/she clicks the given element
Last updated
Was this helpful?