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 Leer más
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 Leer más
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. Leer más
@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...Leer más
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 Leer más
@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...Leer más
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, Leer más
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?
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 Leer más
The response you received from the API does not contain the properties "firstname" and "email" even though you specified them in the request. Here ar...Leer más
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 Leer más
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 Leer más
Hello, I have run into issues when creating a Contact and having them be associated with the correct Company (when there are duplicative Company objects with similar names). In one example, we have two companies named "XYZ" and "XYZ Talent". Leer más
It seems like you're encountering issues with company name matching when creating contacts in your system, especially when there are similar company ...Leer más