I have an automated process that uses the Notes API to read notes from HubSpot and sync with an external system. This has been running and working for over a year with no issues/changes. Last week (July 10, approx 6:45 am Pacific) the process abrupt read more
Hey @km_compiler 👋 This breaking change was announced last year and went into effect on June 24th — Breaking Change: Removed Support for Ref...read more
Hello all, I am not a developer but I have made a couple of custom objects using the instructions here: developer https://developers.hubspot.com/docs/guides/apps/private-apps/overview#private-apps . I keep getting these notices to rotate my p read more
Hi @jj12stars , Thank you for reaching out to the Community! I'd like to invite some community members who are subject matter experts to join ...read more
Hi, Im looking for a way to set a contacts google ads click property from ad links through the hubspot chatbot. I know i can access the gclid from the cookie and I cant find a way of setting it with the chatbot. I would need the contacts email read more
Hi @CHutt5 , Thank you for reaching out to the Community! I'd like to invite some community members who are subject matter experts to join thi...read more
Hi, I'm trying to understand the required scopes for calling the HubSpot properties API, specifically: GET /crm/v3/properties/{objectType} For example, if I want to fetch properties for the cart object (/crm/v3/properties/carts), do I read more
Hey, @Shrinath 👋 I did a quick test. I made a new Private App and added a single scope. Then I made a request to the Properties API to get all t...read more
Hi everyone, I'm using the HubSpot Import API to import Contacts and Companies into our HubSpot account. Everything works smoothly, but I've encountered an issue with tracking/filtering the imported records. In the import JSON payload, I specify read more
Hey there! Great question — and you’re absolutely right: the Import API writes the import name to Original Source Drill-Down 2 , but that property i...read more
Hi, I'm trying to create my first Public app and when i go to the Apps-->Add New Scope, i don't event see crm.objects.notes.read or anything related to notes in the "Add new scope->Find new scope search bar" or in the dropdown list that pops read more
Hey, @AG-GA 👋 Are you trying to get an actual Note associated with a Contact record? Or a document stored as a file and listed on a contact re...read more
Hi everyone! At 247EmirateGuides, we post verified jobs in UAE daily and are exploring ways to sync applicant info into HubSpot automatically. Has anyone used Zapier or custom APIs to connect job boards with HubSpot contacts or pipelines?
Hi @sarahjacob2k24 , You can definitely pull job applicant data into HubSpot using either Zapier or a custom API.
If you have a paid Zapier plan...read more
Good Afternoon, I have some HS API calls embedded in a spreadsheet. I expect they've been there and working for several years without issues. Now, issues. As a diagnostic, I took the exact URL and exact key and tested them in POSTMAN. (pe read more
OK I'm not sure why I can't edit my post anymore but I'm making some small gains. I got Postman functional at work by uninstalling/reinstalling. ...read more
Below is a sample payload for my API to update an event attendance. {"inputs": [{"email": "email@sample.com", "interactionDateTime": 1752222480 }]} The unixtimestamp should be representing today's date, however no matter what I do, it show read more
Hi everyone, I'm currently integrating HubSpot's Conversations API into a custom ticketing system on our website, and I'm running into an issue with the endpoint for sending a message to an existing thread. Context: A user submits a for read more
Hi Jaycee, thank you so much for your reply! Here’s the documentation I’ve been following: 👉 [Link to the Conversations API – send a message ...read more
Currently UI Extensions beta allows opening an iframe modal: https://developers.hubspot.com/docs/guides/crm/ui-extensions/sdk#open-an-iframe-in-a-modal However, it doesn't allow for programmatically closing an iFrame. This means that if you e read more
The POST route https://api.hubapi.com/crm/v3/objects/products/search fails whenenver I attempt to search for a hs_sku that contains a double quote even though the double quote is escaped in the JSON.
HubSpot accepts the double quote in th read more
Thanks @Jaycee_Lewis . I've learned a few things since then. Using a single quote instead of a double seems to work with the EQ operator test-sku-5'...read more