Do you happen to have an example page I can look at? I did some testing with a test website I have (where the widget is set to not load immediately), and it looks like the following works when I run it in the console:
Do you happen to have an example page I can look at? I did some testing with a test website I have (where the widget is set to not load immediately), and it looks like the following works when I run it in the console:
window.HubSpotConversations.widget.load({ widgetOpen: true }) doesn't work
SOLVE
I can confirm that this does not work. Even on this "over-understanding" site, when running this command in the console, it does not work. Furthermore, I can see in the code for the conversations that the "load" method does not take in any arguments, as it states in the documentation.