Stupid question - I know. But how do I access commands like zE('messenger', 'open'); straight from my react app?
All of those commands are perfectly accessible via console in dev tools. But when I try to access them in my React app functions. It doesn't work.
I basically need this to work:
zE('messenger', 'open')}>Open chat window</button>