Zingtree can open an Intercom chat from a decision tree, with information about a customer's issue already pre-populated.
Once your customer submits a question, here’s what appears in Intercom:
Requirements
- Your tree must be embedded on your website.
- You need to have the Intercom chat client in place on the page that contains your tree.
How to open an Intercom chat session, and include the Zingtree transcript and data entry
- On the node where you want to start the chat session, set the JS Message to:
Intercom: New: #session#
When a customer lands on this node, the chat box is opened and populated.
- On the hosting page, include this script before the </body> tag:
<script src="//zingtree.com/api/chat/intercom.js"></script>
If your page is not already loading jquery, you'll need to also add this script before the </body> tag:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
It’s that easy!