I have some custom code inside a workflow: const hubspotClient = new hubspot.Client({
accessToken: process.env.API_TOKEN
});
const objectType = "retreat";
const objectId = event.inputFields['retreat_id']; // 9180114708
const read more
I currently have a regular account that has access to a private app and have just created an app developer account. How can I link my app developer account to this private app so I can begin making API calls with my developer API key?
Hi! I have read through numerous posts that speak about how HubspotUTKToken cannot be associated with a contact created using contacts API. But these were some posts which were 2-3 years earlier. I wanted to understand if currently we do have this f read more
Hello, So I have a Product property named 'start price' and it is not copied automatically to line item in same property 'start_price', when using line item API. I use hs_product_id to create association between product and line item but it does read more
At issue is the batch or post versions of the HubSpot API, propertyWithHistory doesn’t work. A post of this, for example, https://api.hubapi.com/crm/v3/objects/contacts/search?propertiesWithHistory=firstname doesn’t return any of the propert read more
Is there data available within the API that identifies contacts as a bot or any events as stemming from a bot? We are trying to replicate the data we are seeing email performance page (seen in this article) with the data pulled in from out Snowf read more
Hello, I am creating an application that generates a large number of users (2600 users) for some QA testing we are doing for an integration on our platform. I was able to successfully create 200 users before I started receiving an HTTP 400 error. read more
This is a question regarding this changes: https://community.hubspot.com/t5/Developer-Announcements/Changes-to-the-lifecycle-stage-in-forms/m-p/851119#M518 Where is this lifecyclestage form field defined? I cannot find any mention of it in the do read more
Greetings! I'm facing an issue with extracting the URL of a HubSpot contact's timeline in Zapier. In HubSpot, I have a workflow which generates new Deals from form submissions. Under this workflow's Create record event, I have checked Add read more
We are currently developing a private app for our Hubspot page. Our goal is to integrate a Google Maps on a company page widget by using the HubSpot API and passing the address to Google Maps. Based on previous threads, you can add custom cards. read more
hello! I was looking around for a solution using the HubSpot node library to send automated emails and attach files but I couldn't find anything. I need to send a different file for each user, without making those files with public access. what ar read more
@gil123 when the invoice is created and the URL is generated on the backend, could you use the API to populate this value?
It would also nee...read more