HubSpot Conversation API is in beta right now, but as I'm testing the beta, I've implemented Chat GPT as a conversation-handling bot for my live chat 😀 ✌️ It's a very simple solution for anyone with access to HubSpot Conversations API (beta) read more
Hi, I am trying to change the meeting's outcome to "scheduled". I get "success" from the code, but I do not see the outcome changed. Did anyone encounter anything similar before? const axios = require('axios');
exports.main = async (event read more
Hi, I submitted my custom code snippet on https://www.hubspot.com/programmable-automation-use-cases two weeks ago, but just get auto reply said my submission has been received. Any @hubspot staff can tell me the status? Thank you.
Hi @Cereno-Deng ,
Our team had a look at your code and added a couple of edits. They recommend to review it commit-by-commit: https://githu...read more
Hi, If anyone looks to create a 2-page form using Hubspot, this is the solution for this, the only down side the this script is that must to ask for the email on the first page form: <script charset="utf-8" type="text/javascript" src=" read more
Hi, @miljkovicmisa Yes, I want the fields of the form to be on different pages, but doing something like this is need a good developer to crea...read more
In my work, some external service (Acme) needs to know how many business, deals or pipelines exist on hubspot There are 02 solutions # Request driven or point to point integration Acme will consume some hubspot api (to get business, deals read more
I spent most of my day last week trying to set up and test a lead magnet--a calendar template with tips/tools for marketing. When I tested the automation, it took 20 minutes for the email to be delivered. I did not have a delay timeframe on the read more
Hey @LBassCooper , thanks for sharing!
This is definitely strange. You may not have had a delay in place, but did you check the workflow runt...read more
We've developed the Single Sign-On for Page Protection where you can decide which pages need Single Sign-On (SSO) protection (Authorization) and once they identify themselve as a authorize visitor/user, you can allow them to access your pages. Here read more
Hi all - I work on the integration side of things for https://struto.io , mostly developing middleware, but also dealing with custom-coded workflows and serverless functions. I am also quite active in our pre-sales activities. So far, I have been read more
Hello Everyone,
Today I want to share the direct code that would help you to create the multistep form in hubspot.
1) First you have to create the separate form for each step. Make sure each form would contain the email address.
2) Kee read more
Hello! I created a custom module and inserted it into the html template. Everything seems to work fine except the counter is not initializing. Here's my module code: HTML: <div class="container-fluid bg-vg" id="corporate-stats" read more
Hello guys. I'm trying to redirect from keyo.co to keyo.com We have the cnames taken care of but for some reason, it's not redirecting properly. Here's a quick video explainer with my settings: https://www.loom.com/share/a677f394d4c3 read more
If you want to create the templates using the HTML syntaxes. Then below syntaxes would definitely help this.
1) To make the images editable you have to use below syntax
<img src="{% image_src "banner_image" label="Banner Image", src read more