Hi HubSpot Community! I’m a WordPress developer currently working with a fintech company. They’ve integrated their Google Ads account with HubSpot and are receiving tracking information for conversions. However, they want to dive deeper and iden 続きを読む
Hi, I try to submit data to a HubSpot form through Power Automate. I use a HTTP Post function, using this URI https://api.hsforms.com/submissions/v3/integration/submit/:portalId/:formGuid (with my portal and form ID). It has been working last 続きを読む
Hi! I'm using hubspot import api and there are some columns whose values should not be overwritten. It's working using UI but not when using import API. I've already set "skipIfKnownColumn": true in the column mapping but values still gets o 続きを読む
I'm trying to list the feedback submissions and I'm getting the 403 error: ``` You do not have permissions to view object type ObjectTypeId{legacyObjectType=FEEDBACK_SUBMISSION} ``` Even though I'm a Super Admin + I'm using a developer account. 続きを読む
In fact, I can see the requests coming in to the app via the monitoring tab so it's definitely going to the correct application with those scopes. I'...続きを読む
I found this on the support website: If no company record exists yet, HubSpot automatically creates a company record and populates it with information from the HubSpot database. A company record is created for each unique domain, including subdomain 続きを読む
Hi, I need to get calls from the last day. According to the docs I made the request: curl --request POST \ --url https://api.hubapi.com/crm/v3/objects/calls/search \ --header 'authorization: Bearer MY_TOKEN' \ --header 'content-type: application 続きを読む
Hi @AndreyK2478 ! Whenever I encounter the, "There was a problem with the request" error. I try to check the JSON body of my request, because it'...続きを読む
I'm trying to use GET /crm/v4/objects/{fromObjectType}/{objectId}/associations/{toObjectType} in order to get all files attached to a specific deal. fromObjectType(0-3) and objectId are easy to figure out, but i cannot find the Object type ID for 続きを読む
@MBevell - Files are not associated objects for a Contact/Deal etc. For whatever reason they are tied to engagements on the record. You will need t...続きを読む
Hopefully this is the proper place to post this. I created a Custom Event called Webinar Register. When a visitor to my site fills out and submits the webinar registration for (a webflow form) the Webinar Register event is triggered via javascr 続きを読む
Hi ! I wish to create a "marketing" email via API ( /marketing/v3/emails/) but I want to choose "Transactionnal" as subscription type (I have the transactionnal email add-ons), but I cannot find the correct parameter to do that, any idea ? 続きを読む
Hello, I got the following error when submitting a POST to the API: getaddrinfo EAI_AGAIN api.hubapi.com This error seems to come randomly: sometimes it works, sometimes not. Any idea ? Thanks and best regards, Philippe
I am using the communication API to get all whats app messages. https://api.hubapi.com/crm/v3/objects/communications/search with below filter { "propertyName" : "hs_communication_channel_type" , 続きを読む