At issue is the batch or post versions of the HubSpot API, propertyWithHistory doesn’t work. A post of this, for example, https://api.hubapi.com/crm/v3/objects/contacts/search?propertiesWithHistory=firstname doesn’t return any of the propert 続きを読む
Is there data available within the API that identifies contacts as a bot or any events as stemming from a bot? We are trying to replicate the data we are seeing email performance page (seen in this article) with the data pulled in from out Snowf 続きを読む
Hello, I am creating an application that generates a large number of users (2600 users) for some QA testing we are doing for an integration on our platform. I was able to successfully create 200 users before I started receiving an HTTP 400 error. 続きを読む
This is a question regarding this changes: https://community.hubspot.com/t5/Developer-Announcements/Changes-to-the-lifecycle-stage-in-forms/m-p/851119#M518 Where is this lifecyclestage form field defined? I cannot find any mention of it in the do 続きを読む
Greetings! I'm facing an issue with extracting the URL of a HubSpot contact's timeline in Zapier. In HubSpot, I have a workflow which generates new Deals from form submissions. Under this workflow's Create record event, I have checked Add 続きを読む
We are currently developing a private app for our Hubspot page. Our goal is to integrate a Google Maps on a company page widget by using the HubSpot API and passing the address to Google Maps. Based on previous threads, you can add custom cards. 続きを読む
But is this possible without an Enterprise plan? How would I get started on this? There doesn't seem to be any info anywhere. It seems like UI Extens...続きを読む
hello! I was looking around for a solution using the HubSpot node library to send automated emails and attach files but I couldn't find anything. I need to send a different file for each user, without making those files with public access. what ar 続きを読む
Hi HubSpot Community, We are currently facing an issue with our Zapier settings and would greatly appreciate your guidance and support in resolving this matter. Our objective is to trigger a Zap in Zapier whenever a contact is created or updated, 続きを読む
Hi, there. There is not an option to edit which CAPTCHA is served. If you need to use a different version, this will require creating a custom form a...続きを読む
I been having issues conecting Odoo with hubspot, the error is the following: Availability error on remote account for appId="284317" reason="UNAVAILABLE" message="" have anyone had this same issue?
Hi, No, I haven't solved this issue yet. This is the problem connecting with the app directly from the market: https://app.hubspot.com/ecosystem/2...続きを読む
I am making the following post request to hubspots crm search api via postman Post: https://api.hubapi.com/crm/v3/objects/contacts/search Body: {
"limit": 100,
"properties": ["firstname”, ”email”, ”testField"],
"filterGroups 続きを読む
I noticed that the quotation marks in email and testfield were different from standard quotes. That is the issue. Idk how those quotes got in there, ...続きを読む