Hi everyone, We are migrating a full website from one HubSpot account (sandbox or staging) to another production account and have run into a problem. Context: Both accounts are HubSpot CMS instances. The migration was done using the CMS Site Pages A read more
Hey @Gabrielbab , I've done similar projects for this. I can confirm that moving CMS Pages with full content can be done via the API, but there must...read more
Hey everyone, I ran into an issue recently where new contacts weren’t syncing properly in HubSpot’s CRM. Some records were updating, but others weren’t showing the latest information from our forms and integrations. After some digging, here’s what read more
Hi everyone! I wanted to share a simple solution I’ve been using to make HubSpot API authentication more efficient. Instead of re-authorizing manually, I implemented OAuth with automatic token refresh. This setup ensures continuous, secure acce read more
Hi everyone! I wanted to share a quick tip that’s helped me streamline my HubSpot API integrations. Instead of manually handling authentication each time, I use refresh tokens with OAuth to keep connections active automatically. This reduces do read more
Hey everyone, I wanted to share a fix I discovered after getting frustrated why one of my blog posts still wasn’t ranking on Google — even though I already optimized the title, headings, keywords, and meta description inside HubSpot. What w read more
In the docs, there are endpoints for notes, tasks, meetings, emails, and calls such as - /crm/v3/objects/notes/search - /crm/v3/objects/tasks/search etc My understanding is that these are all categorized as 'engagements,' but there is no equivalent read more
Hi @AY512 ,
There is no documentation for this specific object search via the API, but it is a part of the supported object types that can be ...read more
I am trying to import Child companies with the same domain name and company name as the parent. The problem I am running into when mapping in the import is I cannot change the Company Domain Name as the reference. There seems to be no way around add read more
Hi @JStein1970
You’ve hit one of those long-standing HubSpot import constraints the Company Domain Name field is treated as a unique identifier,...read more
Hey everyone, I wanted to share a quick fix I found after running into an issue where one of my HubSpot workflows wasn’t triggering the way I expected. Here’s what was happening: The workflow was set up to send an internal notification when a co read more
Hello, I have requested the creation of two public app objects about 20 days ago. Ive had one reply from the team in the frist 2 days asking me about specifics to the objects I am requesting and I have gotten complete silence from there. I wrot read more
I'm getting conflicting information from both HS docs and AI as I try and find this answer. Can I use drag and drop templates as templates that create emails via the API? We have a lot of templates in there, and I would like to more programmati read more
Agree with what @Christensen is saying.
Also, you can create an email through the HubSpot UI and then pull it via the GET /marketing/v3/email...read more
Hello, My team is using Sales Sequences to send emails. We would like to retrieve the emails sent and replies received that are related to a specific sequence. To do this now, I am querying for hs_sequences_enrolled_count to get the contacts fo read more
Hi,
We noticed that hubspot rejects some records that we try to import using the Import API. In our case, our import file includes rows that are supposed to create and associate multiple objects. AFter some investigation we realized it's because t read more
Hi @idanc ,
The API endpoints expect the data to be formatted in a specific way and when there is an issue with a record, it will not get crea...read more