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 続きを読む
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 続きを読む
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 続きを読む
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 続きを読む
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...続きを読む
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...続きを読む
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 続きを読む
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 続きを読む
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 続きを読む
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: 続きを読む
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...続きを読む
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 続きを読む
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 続きを読む
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 続きを読む
Hi @SKundu6 ! Thanks for your post and your engagement with the Community 😊 Our community members generously share their time and expertise, and...続きを読む