I am currently sending marketing email information through a webhook, and I am receiving the subject line, the To, and the From. I am trying to send the content of the email, but have been unable to do so. Since I can not send the content, I want to read more
Hey @DWild30 Thank you for your question! I'm gonna tag some subject matter experts from our community who may be able to lend you a hand: Hey...read more
Hello all -- Apologies this isn't the right forum/discussion group, but I'm curious if anyone has any recommendations for membership software (medium-sized non-profit) that works well with HubSpot? Thanks!
Thanks @Victor_Becerra
Hey @DYoonZacharias , you could check out Member Center app available on the HubSpot Marketplace to understand if it...read more
Hi, I am trying to set up a new app with a webhook on quotes with these configuration: app-hsmeta.json: { "uid": "myApp_app", "type": "app", "config": { "description": "My custom app", "name": "myApp-Application", "distribu read more
Hi HubSpot team, We’re currently integrating with the Remote MCP Server via an AI Agent and had two quick questions: Notes support Is there any roadmap or planned enhancement to support native “get notes” access via MCP (e.g. notes assoc read more
Hey @Adam_Moroney and welcome, we are delighted to have you here! At the moment, the HubSpot MCP Server offers read-only access to objects like ...read more
Hey everyone, I am trying to create custom association labels between a custom object and the Lead object via the v4 API, and I keep getting a 500 internal error. Here's what I'm doing: POST https://api.hubapi.com/crm/v4/associations/2- read more
Maybe a bug in the API? The label and inverseLabel cannot be the same value when trying to create a label via the API. Likely because if they are...read more
Hi, I was very happy to see the Remote MCP in my HubSpot account, and found that it was easy to set up. I'm building a custom MCP client (using the official Python SDK). From https://mcp.hubspot.com/.well-known/oauth-authorization-server, th read more
Thanks for sharing your question @keurcien
I'm tagging a few community experts to help you find a solution here: Hello there @Jonathan_Vaz ...read more
Hi, I have built a calling integration app. Everything is working fine, but I am stuck with the uninstall flow. When a user uninstalls the app from HubSpot (Settings → Integrations → Connected Apps → Uninstall), how can I remove the related database read more
Hey @princesuhagiya1 , As I know, HubSpot does not send an uninstall webhook. When a user uninstalls your app, HubSpot simply revokes the OAuth tok...read more
Hi team If you are working in hubspot, can you help me understand the rootcause of 2 different email were linked to same HS contact of my organisation. Here is the contact link. the user was register on HS in dec 2024 through a marking form. In De read more
Hey @ABeniwal , the reason this happened is possibly due to HubSpot's cookie tracking. See this article for more insight on how HubSpot tracks visi...read more
Hello, I need assistance with JetFormBuilder and Hubspot integration. I've followed the steps and I still require "Install OAuth URL" which the created app doesn't provide.
This just sounds like you need to reach out to JetFormBuilder and see if the way you're installing it is compatible (without a developer portal) with...read more
I go to my Connected Apps > My third-party (unverified) app page > Settings In Firefox, this page is stuck on HubSpot loading animation. In Chrome it works. Looking in the console, I notice that the remo read more
Hi @PR74 and thanks for reaching out! It looks like this could be a browser-specific issue related to Firefox. Sometimes features like Enhanced...read more
I am working with the HubSpot API, and I am trying to optimize a process where I have the ID of a deal for example:
[ID]
To retrieve the deal data along with associated contacts, I use the following endpoint:
GET https://api.hubapi.com/crm/v read more
Hi @niazkikhan9988 , HubSpot's CRM API doesn't support "expanding" associated objects to include their properties in the same response (associat...read more