Hi all, I have been wondering how or if it is possible to be able to make an HTTP GET request to the HubSpot API to retrieve information of a given contact. So for example on a HubSpot landing page I have setup a form with one field which is email read more
Dear @Mrafey , The answer to this would depend on what you are trying to do.
If you are looking to set up an HTTP request within the HubSpot plat...read more
We are using the Chat API code below: <script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/XXXXX.js"></script>
<script>
var _hsq = window._hsq = window._hsq || [];
_hsq.push(["identify" read more
Hi, I'm trying to load the Hubspot Chat widget into my VueJS app. I have the tracking script installed within index.html and then I want to be able to call the load function from within Vue. However, whenever I call the load functi read more
Hi @PamCotton @stefen , We're just using standard Vue 3. However, I seem to have fixed the issue, we're using Azure App Insights in our applic...read more
Can I use the API to retrieve all the contact's communication history? We have an external website and use HubSpot. We wish to display the user history of his communications with us, including: Chat Is there any API to receive history read more
Hello, I am currrently using the Chatbot button trigger (#hs-chat-open) on my wordpress website: https://ctrlcloudgroup.com . After some testing, I have found that the button link activates and works only the first time a user clicks on it. Th read more
Hey @megb3311 ,
You may want to explore the option of using the Conversations API Overview in which you can use these two methods to open an...read more
I have a page that with button click we are adding #hs-chat-open to fire the chat session to open. The issue is if someone minimizes the chat session and maybe scrolls down the page and hit the button again it doesnt refire because the #hs-chat-ope read more
Hey @JimLynch ,
Just to ensure that we're on the same page, could you share more in details on how you fire the chat when someone click the bu...read more
We have dynamically intergrated the chat in our platform, so when the page loads we load the following JS: function hb(){
// _hsq.push(['revokeCookieConsent']);
var _hsq = window._hsq = window._hsq || [];
// read more
I am having a very similar issue to this. Every time I navigate to a new window in Chrome or Edge the chat disapears, in Safari and Firefox, the chat...read more