Triggers
We created an additional trigger framework for you, so you can easy automate your customer flow.
Installation
<script src="https://static.gramchat.me/triggers.gram.js"></script>MessageOnScrollPercent(percent, message)
<script>
MessageOnScrollPercent(80, "This message will pushed to gramchat
if the user scrolled down 80% of the page");
</script>MessageOnMouseLeave(message)
<script>
MessageOnMouseLeave("Thanks for visiting our page! Bye");
</script>MessageOnHover(htmlID, message)
MessageOnClick(htmlID, message)
Last updated
Was this helpful?