We’re currently seeing a disparity between email events and campaign data where the campaign marketing data includes a “reliable” logic, i.e. opens by an individual that can reliably be identified as a human. There is no for an event to easily read more
I have an embed Hubspot form in my Nextjs 14 app. In local development I am able to successfully submit the form which is getting data for one of the fields from the Nextjs app. This app is hosted on Vercel and when the form is submitted from this l read more
Hi @SBaqla ,
Could you check your network tab to see if the form is sending data? You should see something like: https://forms.hsforms.com/s...read more
We are needing to duplicate a whole bunch of Email Templates into various languages (11 langs x 15 templates = 165 new templates). I noticed there’s no clone endpoint (like the one on email marketing) for templates in the api. Does anyone have a su read more
Hi @nickgi ,
Assuming you want to clone the drag-and-drop email templates, you can utilize the Content API for templates . There is no end po...read more
Hi, We've been experiencing a significant number of 500 errors during contact PATCH API calls for the past week. Here's the daily count of errors: 09/14: 6 errors 09/15: 0 errors 09/16: 8 errors 09/17: 6 errors 09/18: 3 errors 09/19: 14 erro read more
Hi @FedericoGior ,
I've been experiencing the same. This has been the case since the big outage in August. I know HubSpot is monitoring this,...read more
We are about to integrate HubSpot into our company and we currently have SAP as our ERP system. We are struggling to make it a seamless process and it is forcing us to work half in SAP and half in HubSpot. We need to know if there is a way of al read more
I would like to retrieve engagements associated with a specific contact, filtered by a date/timestamp range. Currently, I'm using this API: https://api.hubapi.com/engagements/v1/engagements/associated/contact/{vid}/paged?limit=200. Is t read more
Hi @Mahadev , Wouldn't you be able to use the Search API for this use-case? You could create a search API call where you search for all engagem...read more
Hey so I don't know if it's possible but I would like to host a remix.run different site on let's say /blog route. I've got a hubspot site on root domain say example.com. Can you tell me how can I do that?
Hello, I am currently working on an implementation with an application that requires consuming information from HubSpot via APIs. Specifically, I need to obtain information on the registered Deals. For this, I require the following information: read more
Hey, @OswaldoSforce 👋 Can you share more about what isn't working for you when using the Engagements API endpoints? Are you not getting back a...read more
Hi, Has anyone else seen delays with Zaps starting with this hubspot trigger event? My zap was published and turned on and had been working fine as recently as about 7 days ago. Today, i made modifications to a field that should have triggered t read more
Hello! I am trying to create a CBE for a button on our prefernces page. Essentially the CBE is created for the "Resubscribe" button. The issue I am facing is my CBE not being able to store the button click. When the button is clicked it loads up read more
Hi! I am looking for some help on sending cookies and Ip Addresses to a custom Form submission with Javascript. I am getting teh two warnings on the submission. I am having no problem sending all of the data with a custom form ( I am using my o read more
Hi @CNguyen06 , Yes, if you switch to using HubSpot’s embedded form, it will automatically capture and send the visitor’s cookies and IP address ...read more
Is there a hubspot API available where i can manage to do a GET request to my contacts and also has a POST request to write my contacts or even a PUT or PATCH request to edit a specific contact data thru API ?
Hi @JMacasero ,
There are separate endpoints for GET and PATCH (for individual contacts). You could also utilize the batch update endpoint (PO...read more