We need to set up Hubspot with Azure. We have two accounts within our Hubspot org. We are using the Microsoft Entra SSO instructions. Would this need to be set up for each account? Would customer ID in this URL https://api.hubspot.com/login-api/v read more
Hello Guys, I´m trying to retrieve from HubSpot API, the value of diccount on line item. My Call is https://api.hubapi.com/crm/v3/objects/line_items/xxxxxx?properties=name,hs_sku,quantity,price,discount,amount,currency But " discount read more
Hi, When creating a batch of Notes with custom properties, we get an error saying that those properties do not exist. We are trying to write an implementation similar to the ones presented in https://developers.hubspot.com/docs/api/crm/note read more
Hi Edd, Thanks for the reply. Please see below the body we post to https://api.hubapi.com/crm/v3/objects/notes/batch/create { "inputs": [ { "prop...read more
I Want to read data for Campaign and activity from my hubspot account, but while configuring with the developer application I am not able to see scopes for Campaign and activity. Can anyone please tell me how to do that
Hi there, I have a question about the deals search api , I want to search for deals after a certain date which I can already do with this request body: { "filters": [ { "propertyName": "hs_lastmodifieddate", "operator": "GTE", "value": 17 read more
Hi Edd, thanks for the fast response. I tried it with the npm package but it didn't work with setting the second argument to true. I got an error sa...read more
In my case, initally I generated an access token and refresh token using a node application and store it in key vault of azure. Then I expose one endpoint which helps me to generate new access token from refresh token, if access token expire, I pull read more
Looking for a game-changing opportunity in crypto? Don’t miss the latest crypto presales of ArtemisCoin! With innovative features designed to revol...read more
I know webhooks are at the Application level, so I will receive webhook calls on my endpoint for every user who logs in via OAuth through my Hubspot App. Problem with this: 1) If I'm no longer interested in receiving webhook calls for those users read more
We are using the NodeJS SDK and we're using the function hubspotClient . oauth . accessTokensApi . get This function throws an error when we pass the access token like this: ``` hubspotClient . oauth . accessToken read more
Hey I think this might have been asked before but I couldn't find a clear answer, how can query for a collection of contacts using a list id? I'm not sure which API is capable of doing this.
Hi I am trying to integrate the HubSpot private app with a script to keep in sync with the contacts with my database accounts. I would like to use email as a unique property to create/update a batch of accounts but I couldn't find any solution to m read more
Looks like the batch upsert API is broken. There're have been a few reports about it, and I'm having the same issue with companies. https://com...read more
Reaching out to the HubSpot communitie to see if anyone might be able to help shed some light for us on issues we are having with a localization tool called Weglot that says it integrates with HubSpot: https://www.weglot.com/integrations/translate read more
Hi @LAnderson22 , Since you don't want the auto-translation, why not use HubSpot multi-language variation instead? If you have access to Conte...read more
Hello, I'm using the custom workflow action API to trigger custom events on my analytics and messaging system. The issue I'm facing is that if I declare it as date and dateTime it returns as invalid input value field key when I select a date time read more
Hi @KhushbooRevOps Thank you for the answer. When I declare the variable as "type": "string", "fieldType": "text" Hubspot automatically send...read more