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
Hey @AY512 - thanks for posting in the Community! I'd like to tag in some subject matter experts to see what insight they may have on this inqui...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
Is it a known issue that all webhook events for tickets are broken or at the very least not logged at all? I have an integration with webhooks on contact and company events and they all fire as expected and log accordingly. I created subscriptions read more
Hi @dneustadt
A couple quick checks usually explain “silent” ticket webhooks. First, make sure your app’s subscriptions include the ticket e...read more
Hello everyone,
I'm trying to get an access token using the client_credentials grant type so I can manage Webhooks V4.
I'm using the Client ID and Client Secret from my app, but I keep receiving a BAD_GRANT_TYPE error.
{"status":"B read more
Hello, Is it possible to send a form via ajax when the form also has a recaptcha?
$.ajax({
type: 'POST',
url: 'https://api.hsforms.com/submissions/v3/integration/submit/******/******-*****-*****',
data: JSON read more