Hi, I'm developing an app in HubSpot and need help retrieving specific account details via the HubSpot API. A. How to Retrieve the Business Address Using the API? I'm trying to fetch the business address configured in Settings > Account read more
Hi @TomM2 , Appreciate your response! I am developing a HubSpot app for the first time. When someone installs the app, I need to retrieve th...read more
Hello, I'm building a small app to integrate to new orders API, I managed to create a deal then associate it to the order and also add line items. My main issue is I can't find anyway to fill in the fields for 'Order Total' like subtotal price, dis read more
Hey, @okasem 👋 Are you looking to have these values updated as if they are calculated properties based on the associations? Or do you just wan...read more
Hello. Can you tell me if a contact is set as a Non-marketing contact, the contact data (name, company, etc.) cannot be retrieved via the API. However, if the contact is a Marketing contact, I can retrieve the data by ID without issues. What could t read more
Hi @RGorkunenko Use the API provided by HubSpot instead of using the GitHub one.
I tried getting the details of non-marketing contact and got a...read more
Hey @JFaber69 👋 This one took me down the rabbit hole, but I figured it out after a bit of trial and error. The quick answer is — these properti...read more
I'm using hubspot-api-php for do operation in HubSpot. When I try to get single contact by objectId with more than 350 properties it gives me error like: 414 Request-URI Too Large. Can anyone suggest me what can I do for handle such type of instanc read more
Hello all-
Has anyone seen a strange rounding issue when posting values to "/crm/v3/objects/line_items/batch/update"?
I have an instance where I am sending a value to two decimal places, but receiving a 400 error that the value is invali read more
Hey @DaveLinderman 👋 Does the same or similar error happen when you remove the negative value and instead send it as “0.09” for “discount”?
...read more
Hello everyone I’m encountering an issue with a Custom Schema update while using the HubSpot PHP SDK (v10). I’ve been successfully using this functionality for years, but today it suddenly stopped working, and I’m now receiving a 404 error re read more
I'm creating via form, a ticket, when created, the API gives a success response, a number, so is it possible to make an API search with that number ( ) - If achieving the desired functionality is not possible, which approach would be better: read more
Sorry, it was a stupid print I had with a timestamp, it was not the api response, now I found it, i was printing all except the api response hahahaha...read more
There are two ways to attach files to a message in "textarea". Both methods work, but in different ways. We can send an email to "SendGrid" "SendGrid" can redirect incoming data to "Webhook" As a result, our "Webhook" receives j son with vario read more
Hey, @ЯЗдесь 👋 Thanks for the interesting question. There isn't a setting in HubSpot to modify this behaviour as it seems to be something inhe...read more
I am using https://api.hubapi.com/crm/v3/objects/contacts/batch/upsert api to insert/update data to Hubspot. Request Body be like this { "inputs": [ { "id": "isabella@futureconnect.com", "idProperty": "email", "properties": { "interest": "Event read more
Hey, @TTeks 👋 It's helpful for our community members if you include an example request that returns this error. It's difficult to give an educ...read more
Hi everyone, I hope you are doing well. We need assistance with an issue that has come up after we transitioned from using Hapikey (v2 version) to a Private App (v3 version) for our API calls. Since this change, we've had trouble tracking Google a read more
Hi @SKundu6 ! Thanks for your post and your engagement with the Community 😊 Our community members generously share their time and expertise, and...read more
Dear Community, I need your assistance in retrieving associated files for my custom object, Equipments. Each equipment record has associated files, but I am unable to fetch them. I have successfully retrieved related "Tickets" and "Notes," but a read more