I've created a Custom Object that creates a custom invoice record based on a table I've imported into HubDB. I'm trying to bulk create multiple custom invoice records using Hubspots APIs. At this time, I'm able to successfully create the records, h read more
Hi, I have an inbox, which i would like to send and recieve messages using the API The API I'm using is: https://api.hubapi.com/conversations/v3/conversations/threads/{thread_id}/messages I'm using a private app, with the relavant scopes's a read more
Hi everyone, I'd like to add a new custom module to use it for marketing email composing. I've created this manually by using this menu However, I intend to avoid the manual creation since it uses HTML, avoid possible mistakes, and add this v read more
Hey, We're going to create a private app, and We want to see how much revenue we are doing with a certain customer. And track this business per month, quarter, year and so on. So one of the ideas were creating a deal with help of private app, read more
Hey all,
I'm trying to call the custom objects API and modify the schema to use a different primaryDisplayProperty than the one I have now.
My private app has all four scopes related to custom objects.
I'm making a patch request to the correct read more
Hey, @idanc 👋 Thanks for your post. That is strange. Can you share an example request? I'll do some work on my end to reproduce it + flag this...read more
G'day! I'm working on a custom workflow step that upserts a list of contacts from a pre-combined string of emails (there are other properties that will be included, but I'm trying to narrow down the upsert issue). I've been able to fetch and read more
Hi katiesutcliffe , In hubspot there is an inbuilt option of trigger which sends the contacts details as and when its entered, and good par...read more
Does anyone know if HubSpot publishes product lifecycle information for their APIs? We're currently using v3 (via the official HubSpot NodeJS library) but the question came up the other day around how long v3 will be supported? Is v4 officially out? read more
@tarh33l wrote: Does anyone know if HubSpot publishes product lifecycle information for their APIs? We're currently using v3 (via the official Hu...read more
I am trying to make a call from my CMS React project to a serverless endpoint. The same code is a relative URL which fails during testing. Here's my serverless.json {
"appFunctions": {
"loadItem": {
"file": "out/loadItem.js",
read more
Answering my own question after testing. I got the URL of a landing page using the "copy link" button in the preview and used that domain with the `h...read more
I'm trying to get the latest dealstage property of a deal in a webhook. So i can compare the previous value with the new value received in the webhook. I do this by querying the current const properties = ['dealstage'];
client.crm.dea read more
Hello! @Jdb8 , Here's what I do to get the previous dealstage. Since HubSpot's propertiesWithHistory already returns the sorted results, we ca...read more
Hello Fellow members, I am trying to develop a UI extension public app and when I try to do a hs upload I get the following error. Can anyone guide me as to how to overcome this problem. I am unsure how to get/enable the permission for REACT_EXT read more
This is the code for the hubspot the error is that there 404 resource not found on while i am using oauth " import json import secrets import os from fastapi import FastAPI,Request, HTTPException from fastapi.responses import HT read more
Hello! @Utkarsh07 It seems you're using the correct API endpoint and scopes as well. Were you able to check if the access_token you are gettn...read more
We have a client that has 50 store locations and each location has 5 sites for different types of parties. We are migrating them off of Keap. We need to replace all Keap forms with 5 global Hubspot forms. Are idea is to go into the stagi read more
I don’t see how implementing a WordPress multisite deployment process would fundamentally change how HubSpot forms are managed. Since HubSpot forms a...read more