How to launch Zoho Chat (Sales IQ) using Chaty?

In this help guide, we will try to illustrate how you can launch Zoho Chat (Sales IQ) using Chaty.

Follow through the steps below to understand the process:

Step 1: Login to your WordPress Admin Dashboard and go to Chaty

Step 2: Click on the Custom Link Channel 

Step 3: Now Add this code to the custom channel field:

javascript:$zoho.salesiq.chat.start();

If you want to hide Zoho Chat (Sales IQ) on load so that the widget be launched by Chaty, you need to add this Javascript code to your theme:

<script>
$zoho.salesiq.ready=function()
{
$zoho.salesiq.floatbutton.visible(“hide”);
}
</script>

Step 4: Now scroll down and click on the Save Changes button to save this in your settings

Still have questions? Ping us at our Facebook group, and we’d love to help out!