We have a NetSuite x HubSpot Deal Sync working that sends NS Opportunities to HubSpot deals, and is working well. However, trying to map the NS Lead Source, which is pulled from NS Campaigns, into HubSpot and the property does not show up when l read more
Hello, I am trying to use the GET /marketing-emails/v1/emails API to fetch a marketing email based on the campaignID. It seems like "campaign" is no longer returned in the API response and has been replaced by " allEmailCampaignIds ". Is t read more
I've been testing out a connection to a 3rd party app. When I revoke access to the app in my Hubspot account settings, I can still make successful API calls for around 20 mins. Looks like the access token is not revoked and I only start to get failu read more
Hi @rfulton , When you revoke access to a third-party app in HubSpot, the existing access token remains valid until it expires (typically 15-20 m...read more
I'm sending a dead-simple request to /crm/v3/objects/contacts/search. There is no query, just a filter. That filter attempts to filter for where the salesforcecontactid either EQ some value or ContainsToken somevalue. It always returns the follow read more
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
Hey Gaurav! I really appreciate your help on this one. Here's the code I'm trying now. It doesn't seem to work (at least not yet). Am I doing this ri...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
Hey, @MTuerpe 👋 Have you tested using that key with another endpoint, like Create a Deal, for example? Curious if it fails there too (with the...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