Is there any API that I can use to update the meetings. So bascially I want to associate meetings with contact : associations : contactsArr . map ( id => ({ to : { id }, types : [{ associationCategory : "HUBSPO Leer más
Hi, I am wondering if anyone can help me. We are trying to pass the ip address through a hidden form field. The ip address field name: ipaddress. This is the code we are using in GTM - however the IP address isn't being captured in Hubspot but Leer más
In HubSpot, I created a new property for Deal. I tried two options: utm_source and source_test , where I record a custom data source. I am sending the request using the POST method. I receive a message confirming the successful submission o Leer más
@OKonivnenko - just confirming here. You have defined a HubSpot form, embedded the form an a WP site page, and are expecting query parameters on th...Leer más
I am current using /crm/v3/objects/meetings to create meetings but when I am fetching using get api than nothing is coming in associations. Does Hubspot have some permisssion , which limits user to see meetings on meetings tab for a contact . Like Leer más
We require access to a mapping of deal stages to their respective properties within HubSpot. Specifically, when a deal transitions to a new stage, we need to fetch the corresponding properties that should be filled out for that stage. This mapping w Leer más
Hi, requirement is to retrieve the mapping data programmatically using a HubSpot API. We need to access the dealStage and its corresponding properti...Leer más
Where I can find list of assocaitionTypeId for v3 for HUBSPOT_DEFINED and is it same for all hubspot accounts . For ex : { associationCategory : "HUBSPOT_DEFINED" , associationTypeId : 200 } Is 200 will be same for all accounts Leer más
Hello, I am working with custom code and the Line Item API. I used the key and accessed Line Item properties, such as quantity, name, etc. However, no matter what I try, it doesn’t return any values. I have rewritten the code multiple times, but it Leer más
@ODeikun - I'm having some difficulty understanding the code framents and other data you have posted here. But I believe that you may need to consi...Leer más
Hi, I send forms via the form API to HubSpot and would like to know the correct way of sending the HSA parameters. All I found is to send UTM parameters as properties, but I am unsure if these will be recognized by HubSpot Marketing Ads, so that con Leer más
I'd like to know why the following request fails with this error. It's not clear as to what's going on, as it matches the expected format. Error: `{"status":"error","message":"Invalid input JSON on line 1, column 17: Cannot deserialize value of Leer más
I'm trying to PATCH (Update) a Property I went here first: https://developers.hubspot.com/beta-docs/guides/api/crm/properties for guidance. Then I pulled down a list of properties: GET https://api.hubapi.com/crm/v3/properties/deal Leer más
@Bill_Reynolds - I think I am seeing a misunderstanding behind the details here. An record - like a Contact or Deal - does have a record id value (...Leer más
I want pull data from an api based on a value entered on Hubspot landing page, and show the response data on same landing or a separate continuation page. Steps: 1. Enter a zip code and service requirements 2. API pulls relevant service techs Leer más
@DFickes - there are limitations to be aware of in what you want to do. Security limits mean that you cannot populate arbitrary contact data on a p...Leer más
Hi ! I'm trying to export all the data from Contacts with all the properties , but I have 1,300 properties on the Contact object. I'm using this code in python: contacts_all = client.crm.contacts.get_all(limit=100, properties=contacts_prope Leer más
Thank you for the answer @Jaycee_Lewis , I'm looking for a solution to not be manual because I want to store it in s3 with a script , so not quite ...Leer más