Hi!, I have a property ‘subscription__monthly’ set to have unique values. When from Python I call the function ‘client.crm.contacts.batch_api.update’ with several contacts with that property with value ‘’ (this is the value to set the property to n Leer más
What is React Native and how it works? React Native is an open-source framework developed by Facebook that allows developers to write code once and deploy it on both Android and iOS platforms. It’s built using JavaScript and offers a robust set of Leer más
We have used the API to create new contacts (or open existing contacts), and add new leads depending on different projects our client has in progress. We also create a meeting under the Contact to mark the time of contact with this Contact/Lead. Leer más
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 Leer más
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 Leer más
Your code is a perfect example of what you would need to do to get the data. To reiterate, you want to retrieve the property " hs_recurring_billi...Leer más
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. Leer más
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 Leer más
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 Leer más
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...Leer más
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 Leer más
@mochi15 wrote: Hi HubSpot Team, We are experiencing an intermittent connection reset error when calling HubSpot APIs. Below is a sample err...Leer más
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. Leer más
@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...Leer más
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" Leer más
Please try writing out the entire url with the https in front (whichever API version works for you): https:// api.hubapi.com/crm/v4/objects/2-417950...Leer más
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 Leer más
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 ...Leer más