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?
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 Leia mais
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. ...Leia mais
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 Leia mais
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 Leia mais
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...Leia mais
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 Leia mais
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...Leia mais
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 Leia mais
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 ...Leia mais
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 Leia mais
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 Leia mais
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 Leia mais
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 Leia mais
Hey @BrandonWoodruff ,
You only need to request access to the public beta of UI Extensions, which is open to developer accounts regardless o...Leia mais
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 Leia mais
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...Leia mais
Connected App showing correct scopes using "Optional Scopes" I'm trying to create webhook subscriptions for custom objects via the API. I know that I need the `crm.objects.custom.read` scope in order to do so, so I am requesting it as part o Leia mais