I am trying to add more information to the ticket user is creating via $zopim on the frontend.
I'm able to add identification information to pre-fill the form, such as email, name, phone and change the language.
However adding other things such as Notes, Tags etc is not possible.
I've tried
$zopim.livechat.addTags("Nice Company", "215451", "extra-tag")
$zopim.livechat.setNotes("some example note")
None of it gets sent when the ticket is created.