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
Hey @boostmyemail , always refer to the official HS docs, the templateid you are referring must be an AI slop. The Marketing Email and Single Send ...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
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
Thanks @jing they would have to support retreiving events from their api for HubSpot to get them. Looks like they have documentation for email acti...read more
Hello, I have a problem related to this endpoint: /crm/objects/v3/invoices/batch/update When I attempt to batch update more than 20 invoices at a time I get the following error: {"status":"error","message":"There was an error processing the requ read more
Hello! I have been facing an issue with contact form submissions. To get hubspot data, I am using Airbyte technology, and on their documentation they mentioned the new hubspot version v3 has no Contact Form Submissions anymore: http read more
Hi @DPlatform Hey, that seems to be a problem in the recent update. However, there is a workaround which is using this "/crm/v3/forms/{formId}/s...read more