Hi folks, I'm getting a strange error where my application tries to interact with a HubSpot account's list. (the # sign represents an anonymized, GUID = anonymized GUID) API URI: /crm/v3/lists/#/memberships/add-and-remove RequestBody: {“recordI read more
I have a HS form that creates a contact upon submission. It then fires a webhook that sends data to a 3rd-party API. Is there any way to see the exact data that was sent for any given contact created via that form? For some background, the form read more
Estoy integrando la API de HubSpot en mi sistema y tengo una consulta sobre cómo adjuntar imágenes al momento de crear un ticket mediante la API. Actualmente, estoy utilizando la API de Tickets de HubSpot para generar nuevos tickets desde mi read more
This seems very bizarre that we can update a customer/contact with the Original Traffic Source, but cannot add the hs_analytics_source_data_1 and hs_analytics_source_data_2 information as they are read-only. Any plans to fix this or provide a read more
Since we're allowed to set the Original Source, it only makes sense that we be able to set the subordinate properties as well... so yeah "fix" is the...read more
Hey everyone! We seem to be getting an HTTP status code 400 from HubSpot every so often. The error will state, " Invalid JSON input: a request body was expected, but none found." However, we've checked everything, and we definitely are sending a req read more
Hi, It seems undocumented amd I looked in the postman collection with no success. How do you add deal collaborator to a deal using the REST API ? I have tried something like from hubspot import HubSpot
hubspot_client = HubSpot(access_to read more
Hey @DavidM3 where did you get that endpoint from? I can't find any documentation to say this is a public endpoint, the error message would point m...read more
Hello, Im looking for a way to expose my hubspot object schema in a friendly way with a render like Open AI and swagger. For exemple my objetc "contact", i want to create a swagger's schema or something equivalent listing every properties with read more
We want to hide one customer portal page from public view and have it with authentication. When a user comes from our website to the customer portal page, we want to automatically authenticate through our website and open the page for that customer read more
Hi, I am developing my first app in HubSpot, which operates on a monthly recurring payment model. I need to implement a billing system for users who install our app. Does HubSpot provide an API for direct client billing, or would I need to i read more
I have a HubDB 'tasty_fruit' with (say) 99 rows of data. For column 'fruit', there are 3 types: 33 rows = apples, 33 rows = pears, 33 rows = oranges. Is there any way to filter the dynamic page source for a single value of 'sort', or must I create a read more
Hi @wmflan39 ,
In order to select the dynamic page source, it has to be the entire HubDB table. However, you can apply the filter logic on the...read more
Hi, I am trying to extract the form submissions information from the hubspot form usig API. OAuth is setup and working fine. These are the end points I have tried: https://api.hubapi.com/forms/v2/submissions/forms/{formid} https://api.h read more
We are attempting to use the workflow v4 api - we've launched an integration used by several customers. Unfortunately, a recent customer was trying to use the application - and on the fetch_workflow API we started getting this error message and a 40 read more