APIs & Integrations

Filtrar por
  • Todas las etiquetas
  • CMS Content
  • Companies
  • Contacts
  • Deals
  • Developer tools
  • Ecommerce Bridge
  • Email
  • Enterprise 3rd Party Integration
  • Events
  • Forms
  • Free
  • oAuth
  • oAuth
  • PHP
  • Professional
  • Python
  • SDK
  • Starter
  • Timeline and Extensions APIs
  • Webhooks
  • Workflows
  • Zapier
Ordenar por
Más reciente
  • Más reciente
  • Más me gusta
Estado
Todo
  • Todo
  • Resuelto
  • Unsolved
  • No hay respuestas
StijnCube en May 23, 2025
Hi, I've created a packages that syncs my Hubspot forms to my websites CMS. I do this so I have full control over the form styling. Getting the form, mapping the fields and displaying it on my website works fine. However, when I submit the form Leer más
0 Me gusta
1 Respuestas
Experto reconocido | Partner nivel Diamond
May 23, 2025 08:08
Hi @StijnCube , As when, when you submit a custom-styled form through your site and rely on the HubSpot tracking code alone, HubSpot sees tha...Leer más
HWimalasiri en May 22, 2025
I can retrieve owner's permissions by using " https://api.hubapi.com/resource-permissions/v3/permitted-users?resource=hcrn:24XXX0:crm-object:0-1:11XXX22 " endpoint. But I want to retrive contacts permissions by using the user. Is there any option Leer más
0 Me gusta
1 Respuestas
Administrador de la comunidad
May 23, 2025 09:45
Hi @HWimalasiri and welcome, we are delighted to have you here! 🤗 Thanks for asking the HubSpot Community! First, I'd like to share document...Leer más
JZhao en May 22, 2025
I want to create a workflow file to trigger a webhook URL based on properties change. There is no "any property change" option on the workflow configuration. I have to specify every property in the workflow criteria settings. There are a few hundred Leer más
0 Me gusta
1 Respuestas
Experto reconocido | Partner nivel Diamond
May 23, 2025 05:03
Hey @JZhao , In HubSpot, an enrollment trigger is the rule that decides when a contact, company or even deal should automatically enter the wor...Leer más
elliotmiller18 en May 22, 2025
What is the cap on the 'limit' field? It isn't marked in the documentation. Through my own testing it appears to be 500 but I want to make sure before I reject anything higher than 500. Thanks!
0 Me gusta
1 Respuestas
Administrador de la comunidad
May 23, 2025 03:13
Hi @elliotmiller18 and welcome, we are delighted to have you here! 🤗 Thanks for reaching out to the HubSpot Community and for your valuable f...Leer más
Resuelta
AviaraLabs en May 22, 2025
Hello HubSpot Community, I have successfully created a custom object and have its ID. Additionally, I have a specific ticket ID. I am looking to associate this custom object with the given ticket ID. Could anyone provide guidance or share the corr Leer más
0 Me gusta
2 Respuestas
Solución Aceptada
Asesor destacado | Partner nivel Platinum
May 22, 2025 10:35
@AviaraLabs - Is what you are looking for available here: https://developers.hubspot.com/docs/guides/api/crm/associations/associations-v4#associat...Leer más
DDKK en May 22, 2025
Hey community! We are struggling to create a HubSpot Ticket Form that has a dynamic dropdown field showing all tickets from the chosen pipeline. This is made for tickets association. We managed to set an API integration to scrape all existing ti Leer más
0 Me gusta
1 Respuestas
Asesor destacado | Partner nivel Platinum
May 22, 2025 10:41
@DDKK - I'm absolutely sure this kind of customized/dynamic dropdown field management works becuase I use it myself in various places. The field op...Leer más
ELo1 en May 22, 2025
Hello HubSpot Community, I’m experiencing an issue with HubSpot Ads integration that I hope someone from the support team can help me resolve. What’s happening: An unexpected developer token adwords@hubspot.com is making changes in my Google Leer más
0 Me gusta
2 Respuestas
Miembro
May 23, 2025 04:49
Another issue is I need to check with HubSpot team my Google Ads account is connected to which HubSpot account!
Resuelta
hafizusama en May 22, 2025
Hi, I tried to create a subscription from the front end, and after creation, I am able to edit the line items. However, when I create subscriptions via API, HubSpot does not allow me to edit the line items. A screenshot is attached for reference. Leer más
0 Me gusta
2 Respuestas
Solución Aceptada
Experto reconocido | Partner nivel Diamond
May 22, 2025 13:51
Hi @hafizusama , This is a limitation in HubSpot's Subscriptions API behavior: line items associated with subscriptions created via the API a...Leer más
Resuelta
VPawar5 en May 22, 2025
Hi HubSpot Team, I'm customizing a quote template (based on the Modern theme), and I'm having issues displaying billing and shipping address info. Here's the code I’m using: ```html <p><strong>Bill To:</strong> {{ template_data.q Leer más
0 Me gusta
3 Respuestas
Solución Aceptada
Colaborador
May 22, 2025 13:46
Hi @VPawar5 , As @SteveHTM mentioned, I am usually trying identifying the issue by temporarily displaying the available data using: <pre>...Leer más
Resuelta
HBashar9 en May 22, 2025
I'm currently integrating our custom application with HubSpot and I’m working specifically with the Deals object . Does HubSpot provide any native properties for: Campaign Status — such as Draft, Scheduled, In Progress, Completed Sent Leer más
1 Me gusta
2 Respuestas
Solución Aceptada
Experto reconocido | Partner nivel Gold
May 23, 2025 03:38
Hi @HBashar9 These are not standard deal properties, and HubSpot does not include them by default in the CRM's Deal schema. one approach is...Leer más
svirchenko en May 21, 2025
Hi HubSpot Community, We’re currently integrating the new HubSpot embedded forms and running into an issue that breaks our previous enrichment logic. What worked before: With legacy forms, the form would render inside an iframe without Leer más
0 Me gusta
14 Respuestas
Miembro
May 23, 2025 12:13
Hi @BérangèreL , thank you so much for taking the time to look into this — I really appreciate your help, and thank you again @sylvain_tirreau f...Leer más
Resuelta
LF_Ruiz en May 21, 2025
Hello, We are working with python and HubSpot API, using both the hubspot api library for python and the requests library depending on the endpoint we are using. We have found a roadblock trying to retrieve the marketing emails and tie them Leer más
0 Me gusta
3 Respuestas
Solución Aceptada
Participante
May 22, 2025 06:58
Hi @LF_Ruiz Yes, this is possible using HubSpot APIs. You’ll need to combine two APIs to achieve this: Step 1 Use the Email Events API (Lega...Leer más
cancelar
Mostrando los resultados de 
Buscar en lugar de 
Quiere decir: 

¿Quieres iniciar una conversación o hacer una pregunta?

Crea una publicación.
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.