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
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
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
Hi! Experiencing a weird workflow error this morning where the build is failing with these errors: Error: An account needs to be supplied either via "--account" or through setting a "defaultPortal" Error: Process completed w read more
That particular error usually means the CLI can’t find or recognize which HubSpot account (portal) it should use. I would recommend verifying your h...read more
Hello, I have created a workflow where the trigger is that I create a Jira ticket based on the status of a HubSpot ticket. I want to make this more granular. I want to create different Jira issue types based on a SKU value within the HubSpot Dea read more
Hello! We recently had our subscription renewed, and since then we have had a problem with the API call to our connected app. I am attaching a photo. Would you mind reaching out to us to triage this? I can also be reached at lawrence.zalewsk read more
Good day! @KimballMidwest , Did this get resolved already? Was it resolved automatically by HubSpot? Also noticed the presence of 'hapikey'. ...read more
Hello all-
Has anyone seen a strange rounding issue when posting values to "/crm/v3/objects/line_items/batch/update"?
I have an instance where I am sending a value to two decimal places, but receiving a 400 error that the value is invali read more
I am trying to get participants breakdown of Marketing events The request is GET https://api.hubapi.com/marketing/v3/marketing-events/participations/237805987910/breakdown?limit=100 Howerver it returns 500 Internal Server Error { "status read more
Hi Jaycee, This issue occurs only for certain event Ids. For some events, I can retrieve all participations, but for some I can not. The HubSpot por...read more