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. read more
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 read more
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 read more
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. read more
@ChrisSosa1337 so you can create a private app with a button 'View Google Maps' and open the Google Map within a iframe on the company page. Make s...read more
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 read more
@gil123 when the invoice is created and the URL is generated on the backend, could you use the API to populate this value?
It would also nee...read more
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, read more
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, @diegomez Did you get this resolved? If not, can you confirm which add-on or integration you are using? Is it the Data Sync option listed in t...read more
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 read more
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, ...read more
Hi there, According to the example of event payload (when you click on "Details" of subscription) it sould look like this: { "eventId": "100", "subscriptionId": 229xxxx, "portalId": 555xxxx, "occurredAt": 1696016361042, "subscriptionType": "contac read more
Is it possible to retrieve specific properties on associated objects via the API? Example: Use the Associations endpoint on the API to retrieve all deals associated with a specific contact, and return propertyA on each associated deal Example res read more