Hi, I'm trying to do a more scalable integration with hubspot for contacts. Currently we have a legacy implementation using batch API v1 (python sdk 7.5.0). My first question is what is the limit amount of contacts that I can send with one call read more
I've created a single-send email, used {{ custom.tracking_number }} in a raw HTML block, published it, and sent a POST to /email/public/v1/singleEmail/send with that custom property, and I still get MISSING_TEMPLATE_PROPERTIES. Defining it like read more
Hey devs! 👋
I’m tackling a common scenario:
We’ve got a Workflow that triggers a custom code action which sends out an API request . Nothing fancy—except the external API has a rate limit of 60 requests per minute . ⚠️
W read more
Hi everyone, I would appreciate it if someone got back to me on the following puzzling query.
I have two pipelines:
Course Interest pipeline which has a value of "default"
Applications pipeline which has a value of "1510593736"
I read more
Hey @HFarhat8 👋 The root issue is related to how the Search API works. This part from the Limitations section is our best clue — “It may tak...read more
Hello, I've gone down the rabbit hole of Api documentation and such, so I'm pretty familiar with it, but I am still trying to find the best way forward with my needs. I am on the Service Hub Enterprise plan. I am looking for a clean way to track read more
Hey @TSpear ! Thanks for going through the documentation. I want to invite some subject matter experts to see if they have any suggestions.
...read more
On April 17th to 18th midnight a bunch of new error messages are coming back for a bunch of our customers who are trying to create or update an Engagement through our app through HubSpot API. The error looks like { "status" : "error", "message" read more
Have you looked at the log data in Hubspot? When an API request errors out, you are able to see the payload and response for the failed request. You ...read more
Hi all. I am having an issue with the Whatsapp intergration. Firstly, it won't let me connect an existing account, nothing appears when I search for any account. So I try creating a new account. This results in that account being instantly restricte read more
Hi, @NKing80 Thanks for reaching out about your WhatsApp integration challenges.
Unfortunately, any account restrictions or policy violatio...read more
We've recently noticed an issue with our HubDB-based event page. Previously, events would automatically stop displaying once their date had passed. However, starting either late last year or earlier this year, expired events are no longer being remo read more
I would suggest verifying the data. Maybe one of the fields are being processed differently now. A simple |pprint to dump out the variables for u...read more
Hello, I'm developing a workflow that would send a webhook to our web app once a contact is added to the list. I'm mostly finished; however, I'm struggling to get an actual list ID in the webhook for the enrolled contact. I've set up the trigger read more
Hey, @dpsk 👋 Thanks for the interesting question. I don't see a simple unified solution here. You identified the major limitation. My gut feel...read more
Hello, I am running into issues integrating quickbooks online with Hubspot. It keeps giving me the same error message and I'm unsure whether it is on quickbooks side of things or on hubspot. This is my issue. I don't know whether it is on Quickb read more
Hi @KPankey This issue can come up if you try connecting multiple accounts to Hubspot, if permissions arent set properly in either portal, or ...read more
When a user goes through OAuth authorization flow, `content` scope won't be listed when navigating to authorization link unless user has `superadmin` role. * scopes the app is requesting: 'crm.lists.read' , 'crm.objects.companies.read' read more
The thing is that I don't want that user to be super admin, just want to provide them with the `content` permission to allow them to pull data from c...read more
Hi, When creating a workflow via the hubspot interface, after the creation, a dialog pops up and asks me wether i wish to enroll existing contacts. However, I couldn't find such an option via the workflow API, no "enrollExistingContacts" flag, or so read more
I finally made it work, thanks to @Jigar_Thakker appraoch. however, the api provided above is wrong, the correct api is: ` https://api.hubapi.com/a...read more