Hello! How's it going? 😎
According to this doc: https://developers.intercom.com/installing-intercom/docs/intercom-javascript you can start out a tour, using, for example:
Intercom('startTour', 123);
Also, you can open a message with a pre-populated text, like this:
Intercom('showNewMessage', 'pre-populated content');
Is it possible to open a post from a JavaScript call in a similar way?
Thanks!