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, @AHammouda 👋 You are correct that the documentation doesn't prove a mechanism to do what you are requesting. If you have a moment, submit...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
Hello, I am currently trying to create a public app that is going to have two UI Cards in it. I am using the React UI cards since CRM Cards are now depreciated. I have a paid hubspot account, but since I am trying to build a public app, I am doi read more
Hey @BrandonWoodruff ,
You only need to request access to the public beta of UI Extensions, which is open to developer accounts regardless o...read more
Hi HubSpot Community, I’m building an integration between NetSuite and HubSpot, and I’m trying to synchronize product data. I’ve successfully set up API authentication, and I can fetch Products via the /crm/v3/objects/products endpoint and also read more
Hi Jaycee, Thanks so much for sharing your example, it’s super helpful to see it working for you! I tried running your exact query (even copying...read more