HubSpot CMS

How to trigger a HubSpot Chatbot ?

Code 1 - Create a link or a button Open My Bot 2 - Create a script with Jquery $('a.open_bot').on('click', (e) => { e.preventDefault(); if (window.hubspot_live_messages_running && window.hubspot && window.hubspot.messages) { window.hubspot.messages.EXPERIMENTAL_API.requestWidgetOpen(); } });

Unverified
?

After receiving a minimum of 25 recommendations, an entry earns the "Community Approved" badge.

Please keep in mind, all entries are community created and may not be fully supported by HubSpot.

0 Recommendations

View on:

GitHub

HTML + HUBL
<a href="open-bot">Open My Bot</a>

          
        
CSS
          
            

          
        
JS
          
            $('a.open_bot').on('click', (e) => {
  e.preventDefault();
  if (window.hubspot_live_messages_running && window.hubspot && window.hubspot.messages) {
    window.hubspot.messages.EXPERIMENTAL_API.requestWidgetOpen();
  }
});

          
        
Have Questions?

Ask technical questions in Slack.

HubSpot Developer Slack

Not a member yet? - join here
READ ME (VIEW IN GITHUB)

HubSpot

Code Gallery Snippet


How to trigger a HubSpot Chatbot

1 - Create a link or a button

<a href="open-bot">Open My Bot</a>

2 - Create a script with Jquery

$('a.open_bot').on('click', (e) => {
  e.preventDefault();
  if (window.hubspot_live_messages_running && window.hubspot && window.hubspot.messages) {
    window.hubspot.messages.EXPERIMENTAL_API.requestWidgetOpen();
  }
});
 
0 Recommendations

Other Open Source Projects

Browse all other open source projects

CrankShaft Framework

A modern framework for accelerating build times on the HubSpot CMS. Based on a modified Bootstrap 4 framework.

Lead developers: Jon McLaren

Developer Chrome Extension

Chrome/Chromium extension for HubSpot CMS Developers that adds a developer menu, dark theme and useful shortcuts to commonly used HubSpot query parameters, resources, and tools for making HubSpot Development easier and more enjoyable.

Lead developers: Jon McLaren , William Spiro , Gonzalo Torreras

VS Code HubL Language Extension

This extension enables super fast local development of CMS pages, and is a great compliment to using the new local HubL server. It contains comprehensive HubL tag, function, filter and expression test auto-complete snippets, as well as their documentation.

Lead developers: William Spiro

Not coding on HubSpot CMS yet?

We invite you to explore why thousands of developers LOVE coding with HubSpot!

Contribute
Made with  by community members: InboundLabs.co