Hi All, I am trying to build an API to pull session information out of HubSpot into a google sheet to create a live sessions data source for a looker dashbaord. As of now, I am only able to create an API that pulls one dimension, either Session Leia mais
Hi there, I'm trying to extract (integrate to) the hs_recurring_billing_start_date field which I have selected as a custom date when entering the line items for a deal. I am able to extract all other information I need from the line items and ot Leia mais
Your code is a perfect example of what you would need to do to get the data. To iterate, you want to retrieve the property " hs_recurring_billing...Leia mais
When using the Chatflows, I created a new bot and am attempting to use the AWS SDK module that is said to be available in the documentation but I am getting an error saying the module doesn't exist. I tested this on both node 18.x and 20.x. Leia mais
using the endpoint https://api.hubapi.com/crm/v3/objects/products we have several products in our application. many have an hs_folder_id, but since 2024-08-27, the value is null. has this property been deprecated? is there an article or refere Leia mais
I'm not sure if this is the right channel to ask, but. I'm currently developing on our developer account where I want to create a custom card that shows active deals for a company. I've created one, it works, but it acts as a table, and it's not th Leia mais
You can but the way to do it would be more complicated. 1. You would retrieve the data you want from Hubspot. You need to define the criteria for...Leia mais
Hi HubSpot Team, We are experiencing an intermittent connection reset error when calling HubSpot APIs. Below is a sample error log. This issue is also occurring with other HubSpot APIs. We would like to understand the possible reasons behind thi Leia mais
@mochi15 wrote: Hi HubSpot Team, We are experiencing an intermittent connection reset error when calling HubSpot APIs. Below is a sample err...Leia mais
My application is running in AWS Sydney region and it calls Hubspot API to create companies and contacts. I am planning to deploy applications in UK which also needs to call the same Hubspot API. I wonder if the API support multi-region by default. Leia mais
@JZhao wrote: My application is running in AWS Sydney region and it calls Hubspot API to create companies and contacts. I am planning to deploy...Leia mais
Hi everyone! So, I have a custom record with 4 properties. I want to create a new record of this object. i do POST to api.hubapi.com/crm/v4/objects/2-41795069 the body is as follow: { "properties": [ { "name": "external_id", "color" Leia mais
Hi, I am trying to implement OIDC workflows in our authorisation server so that users in our application can access their tickets in the Customer Portal. Both the authorise and token endpoints are invoked and responses are sent as expected b Leia mais
Hi Jaycee, Thanks for the reply. I have implemented OIDC in our server and as part of that change, we are required to return a token (in JWT ...Leia mais
Hi everyone, I am trying to create a HubDB row with a previously uploaded file. Unfortunately, the documentation ( https://developers.hubspot.com/docs/guides/api/cms/hubdb#add-table-rows ) contains many use cases except files. This code Leia mais
@LRomier - I'm not sure I have the solution here, but as you probably know, uploaded files from forms and attchements to emails are treated in a so...Leia mais
Let me start by saying that I am not a developer - I have spent quite a bit of time already attempting to make this work and alas, here I am. The snippet below is for UI buttons on the Deal object that will hyperlink to open the link in a new tab. T Leia mais
We are using /crm/v3/objects/contacts/batch/upsert to create/update contacts in HubSpot but it is returning the following. "status": "error", "message": "Contact already exists. Existing ID: 106003670396", "correlationId": "c43303a Leia mais
Hey, @BEvans87 👋 I don't believe you are missing any additional documentation. This is the expected behaviour for this endpoint. You are not the...Leia mais