I am trying to use this endpoint https://api.hubapi.com/settings/v3/users/roles ` https://developers.hubspot.com/docs/reference/api/settings/users/user-provisioning#get-%2Fsettings%2Fv3%2Fusers%2Froles` I have the scopes required from th read more
Is there a convenient way to get the list of all available hs_languages, including their labels and code? For example, the label and code for English is 'English' and 'en'. Thanks.
Hi There, We are trying to integrate Campaigns in our application, and need to track when a campaign was moved from State A to State B. I do see the data in Activity tab, but haven't been able to find a API yet. Timeline API and engagements AP read more
Hi all, We’re running into what looks like either a limitation or a silent failure inside HubSpot’s internal Custom Code actions within ticket-based workflows, and I’d like to know if anyone else has encountered this. Setup: Workflow T read more
My response is still the same except change my NodeJS code to Python. You need to use Output fields if you want to pass the data to other nodes....read more
Hi all, I’ve been trying for the past two days to get the mcp-hubspot app installed using Smithery CLI, and I keep running into issues that are blocking progress. Here’s a breakdown of what I’ve encountered so far in case anyone else has been read more
Hi everyone, I'm working on a Salesforce integration using the HubSpot Engagements API to migrate emails. I’m able to retrieve email engagements using the /engagements/v1/engagements/paged endpoint. However, I now want to: Retrieve only emails read more
We are currently in the process of migrating from the v1 API's to v3, as per the deprecation notice announced by HubSpot—effective 30th September. However, we are facing a blocker due to the absence of a clear replacement for the following v1 endpoi read more
Hello, We no longer use hubspot however several accounts are still active and we need these decommissioned. We are still receiving email about the following environments and I can still log into hubspot and see these environments are active. read more
Hey, @DFrewin 👋 If these are developer test accounts , they will expire after 90 days of no use, no API calls, etc. Otherwise, you'll need ...read more
I'm recievieng Parsing error: Unexpected token hubSpotClient in my custom code in my sandbox account. Anything stand out why? Thanks!
const hubspot = require('@hubspot/api-client');
const hubspotClient = new hubspot.Client({"accessToken":"ke read more
@MichaelMa Success! Thank you for the assistance! Much appreciated!
const hubspot = require('@hubspot/api-client');
exports.main = async (e...read more
I'm submitting data to the HubSpot Form Submission API, and while the majority of submissions go through successfully, once or twice a week a submission fails silently — no success response, no error message, and nothing gets recorded in HubSpot. Al read more
I am getting issue while using HubSpot api for Contact not getting update data on HubSpot while showing successful on Logger I have placed in code and deals not getting create. And note that both issue I'm facing only on my test server but everyth read more
Hi @AOjha65 I think it works like this: 1) If the API call logs “success” but no update appears in HubSpot, double‑check that your test server ...read more
I have a form in my page that registers users and used the hubspot script url to save data from my form in this form I have an input like this email : Yup . string () . email ( t ( 'shared:form.errors.emailField' read more