There's a new version of the HubSpot API

We're also working on a new documentation website, you're invited to check it out and give us your feedback.

Execute functions when HubSpotConversations loads

Last updated June 17, 2020

window.hsConversationsOnReady = [...]

hsConversationsOnReady takes an array functions that will be executed as soon as the JavaScript API becomes available.

This array will only be processed once, when the JavaScript API is loaded. Adding items to the array after window.HubSpotConversations is ready will have no effect.