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
Hello, Short answer: Yes, crm.objects.carts.read is sufficient to call GET /crm/v3/properties/carts. Why the docs mention both: The HubSpot ...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
Hi @AG-GA , You’re not alone; other HubSpot users have noticed that the crm.objects.notes.read scope (and other note-related scopes) just aren’t a...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
Hey, @SistOnlinua 👋 If you link me to the exact documentation and some of the community posts, I will set up a quick test to see if we can wor...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
Hey @Jaycee_Lewis - thanks. I also cross posted as an idea that may not be accepted yet. I'll submit as feedback as well: https://community.hubs...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
Hey @SBasile 👋 I believe you've hit on a liitaiotn of the EQ operator. I tried and received the same response. But using the IN operator proved ...read more
Hi All, I'm trying to register a custom channel following the docs mentioned here. I'm trying to hit the POST API with the following payload https://api.hubapi.com/conversations/v3/custom-channels?hapikey={YOUR_DEVELOPER_API_KEY}&ap read more
Hi there, I followed the steps here https://www.youtube.com/watch?v=bZo4jVdZfaI But still unable to get it to work. I attach the log here. Could you please help? Thanks. https://docs.google.com/document/d/1fcXKHTtX448w6--zwhsH9w-kLoyIfuwZrHT read more
Hello! I'm trying to login on local development with my developer account to make ui extensions for a public application. To upload it asks for a developer account. I put on local: hs account auth, it redirects me to https://app-eu1.hubspot.com read more