Hello All, I have a WordPress website that uses the HubSpot plugin. We have a library of PDF assets (white papers, eBooks, case studies, etc.) and use HubSpot forms on gated pages to acquire a user's name and contact info before serving up the r read more
I have a workflow using custom code that I'm using to associate deals with custom objects. The workflow uses the HubSpot API to create the association. This workflow has been running fine for months but as of yesterday the call to create the associa read more
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
Hey, @HarshalDhamale 👋 Can you add the specific endpoints you want to use here, please? This will help our community members better understand...read more
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, @FG_ 👋 Thanks for your question. Can you try opening an issue in the repository, please? — HubSpot/hubspot-api-nodejs We'll also leave ...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