Zoho SalesIQ in Webclient

Status
Not open for further replies.

Scott Parks

Joined
Apr 13, 2018
Messages
5
Reaction score
0
Has anyone tried to get an in-app code to work on 3CX webclient?

I'd love to install every time we do deployment so when customers need help all they need to do is login to their webclient and start a chat with our support team.


<script type="text/javascript">
var $zoho=$zoho || {};$zoho.salesiq = $zoho.salesiq || {widgetcode:"secretcode", values:{},ready:function(){}};var d=document;s=d.createElement("script");s.type="text/javascript";s.id="zsiqscript";s.defer=true;s.src="https://salesiq.zoho.com/widget";t=d.getElementsByTagName("script")[0];t.parentNode.insertBefore(s,t);d.write("<div id='zsiqwidget'></div>");
</script>
 
Status
Not open for further replies.