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
Anupa_Dayaratne en Diciembre 04, 2024
Currently, we are planning on integrating HubSpot and NetSuite but have decided not to use the native integration due to some limitations that don’t align with our business needs. Here are the main challenges we’ve encountered: Custom Records No Leer más
2 Me gusta
0 Respuestas
RRivadeneira0 en Diciembre 04, 2024
Hello, I'm new to the Hubspot API's, I want to use the CRM data import service: https://developers.hubspot.com/beta-docs/reference/api/crm/imports , but i cannot find the base url and when I want to try in postman, it shows me that the link has exp Leer más
0 Me gusta
1 Respuestas
Guía | Partner
Diciembre 04, 2024 15:32
@RRivadeneira0 - looking at the documentation page - beside any API description there is a little 'copy' icon which offers you the complete API URL...Leer más
DrAS en Diciembre 04, 2024
I am facing two specific problems with the code provided below. The data is being pulled directly from the CRM itself, as values of properties of product object entries. Product object entries are being used to define real estate properties Leer más
0 Me gusta
1 Respuestas
Administrador de la comunidad
Diciembre 04, 2024 19:30
Hi, @DrAS 👋 Thanks for your question. I am not an expert, but I know enough to be dangerous 😊 I did some research + worked with our internal ...Leer más
kalletoxic en Diciembre 04, 2024
Hello, I am trying to fetch the Quote Expiry date in my template for quotes. QUOTE.expiration_date does not give me the correct date, and QUOTE.hs_expiration_date has the same problem. Have also tried to get it formatted QUOTE.expiration_ Leer más
0 Me gusta
1 Respuestas
Administrador de la comunidad
Diciembre 04, 2024 16:07
Hi, @kalletoxic 👋 When you say it doesn't give the correct date, do you mean it's a formatting issue, the date isn't appearing at all, or there ...Leer más
Resuelta
APetak en Diciembre 04, 2024
Hello, I'm using Procesio to pull contacts data from HubSpot. Currently I can pull all the contacts, but I don't want that. I want to pull only contacts created this month. I have tried changing endpoint and also contacting HubBot but still couldn't Leer más
0 Me gusta
1 Respuestas
Solución Aceptada
Líder intelectual | Partner nivel Platinum
Diciembre 04, 2024 11:04
Hey @APetak the HubSpot endpoint just provides the information, you'll need to create your own filters on your external system to tell HubSpot what...Leer más
HemanthKotha en Diciembre 03, 2024
Hi All, I have a use case where the user fills out and submits the form along with a File upload (Image). Now the record is saved in the HubSpot with the Uploaded File (Image) as a property. Problem: Now I have to sync this record's data (along Leer más
0 Me gusta
3 Respuestas
Asesor destacado | Partner nivel Platinum
Diciembre 04, 2024 13:16
I am not very familiar with Python and have not used it in this context, but you could try: import requests import base64 response = requests...Leer más
Resuelta
ARefined en Diciembre 03, 2024
Hi everyone, I’m working on tracking a page with Google Tag Manager that contains a HubSpot iframe, which is used for selecting a date and time for an appointment. I want to track the following user actions when interacting with the page: Choosi Leer más
0 Me gusta
1 Respuestas
Solución Aceptada
Colaborador líder
Diciembre 04, 2024 06:47
Hey @ARefined The easiest way to do that it's by Custom Events on Hubspot. Select the specific clicks you want to track it's quite quick 🙂...Leer más
EPena0 en Diciembre 03, 2024
I have created a form and integreated it on my app but I get error in console ERROR: "No quick-fetch early login-verify request found", source: https://static.hsappstatic.net/hubspot-dlb/static-1.1019/bundle.production.js (1) FORM: ht Leer más
0 Me gusta
2 Respuestas
Colaborador líder | Partner
Diciembre 04, 2024 03:18
Hi @EPena0 , Based on your screenshot, it appears that some resources (scripts) are being blocked. Please double-check if you have any ad blocke...Leer más
skerdi en Diciembre 03, 2024
On November 26, HubSpot started returning incorrect next links for paging when querying the Associations API. I'm issuing the following request: GET https://api.hubapi.com/crm/v4/objects/companies?limit=1&associations=deals&archived=fal Leer más
0 Me gusta
2 Respuestas
Participante
Diciembre 04, 2024 04:31
Hi @Jaycee_Lewis , The issue pertains to Association pagination, where the pagination link appears inside the associations/<CRM object> o...Leer más
Resuelta
nmeder en Diciembre 03, 2024
Hi guys, I wanted to ask, if someone has any experience with automating a bank transfer after trigerring hubspot to read out a hubspot form for input like name, bank number, costumer number etc... beforehand in the workflow?
0 Me gusta
1 Respuestas
Solución Aceptada
Colaborador líder
Diciembre 03, 2024 07:57
Hi, You can set up a webhook to trigger when the form gets submitted. Then, customize the webhook request to include just the info you need...lik...Leer más
Resuelta
SRalston05 en Diciembre 02, 2024
I have a HS hosted page with a HS hosted form. When the form is submitted it uses a workflow that first sends a webhook POST to one URL, then I want it to send a webhook POST to another HS hosted page. I just simply want to send POST data to that pa Leer más
0 Me gusta
1 Respuestas
Solución Aceptada
Colaborador líder | Partner
Diciembre 02, 2024 23:04
Hi @SRalston05 , Since you are trying to POST to a HubSpot-hosted page, the system may be treating it as an API call, which is likely causing th...Leer más
Resuelta
DGrant5 en Diciembre 02, 2024
Hello, when I try to api call to delete an association I have between my objects Contact and Event I get this error: Invalid input JSON on line 1, column 62: Cannot deserialize value of type `java.util.ArrayList<com.hubspot.apiutils.core.models Leer más
1 Me gusta
2 Respuestas
Solución Aceptada
Guía | Partner
Diciembre 03, 2024 11:07
@DGrant5 - I think you may be missing the 'inputs' JSON array element on the structure here. My read is that the structure should be: { "input...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.