I already have the chat installed but I want to offer users that are logged in to simply send a message with the chat and we will automatically see their contact info on our end.
Zoho explained there is a way to accomplish that with an API fetch call from the db to wordpress.
This is all they gave me, so im unsure where to place this
Syntax
$zoho.salesiq.visitor.name(” < NAME > “);
Example
<script>
$zoho.salesiq.ready=function()
{
$zoho.salesiq.visitor.name(“John Smith”);
}
</script>