I need to run scripts that push email to Crisp.chat and open chat
Here they are:
/ Example 1: set user email
$crisp.push([“set”, “user:email”, [“john.doe@crisp.chat”]]);
and second
$crisp.push([“do”, “chat:open”])
Script has been ran successfully in editor and it’s even opened a Weweb support chat. But it doesn’t work in published project at all.
Guys be happy for an any advise!