With Zendesk Widget Classic, I can add tags with this code
zE('webWidget', 'chat:addTags', ['help_center', 'change_password'])
But How I can do that with new widget?
I already tried with this code but it didn't work
zE("messenger:set", "conversationTags", ['test'])

