I have tried below APIs to fetch the Account name and portalId. I have get the portalId from this API https://api.hubapi.com/account-info/v3/details but didn't find any proper API to fetch the account name.
Is there a way to create an export containing only the contacts having a company associated with them using an API request? Right now I'm using a POST on https://api.hubapi.com/crm/v3/exports/export/async as an example, with a JSON containing read more
Hi @SwanJarno
Here is the CURL to get all contacts with the association. From the result in the response body, you can filter out the conta...read more
Working on building a custom activity feed using accounts and account/contact notes. Is there a webhook scope that would allow me to get data from notes in real time as they are created. This would also extend to getting real time company info w read more
Hi @Prado3 and welcome to the Community, thanks for asking! We are so glad to have you here! I have found for you the solutions from my colleagu...read more
Hi there, I have little experience working with Hubspot, so I wanted to ask for general directions to look further into to achieve this: I'm tasked to expand a Hubspot form with a dropdown element, that is prepopulated with contact and company dat read more
Hi @BérangèreL , thank you for the links to the other threads! Do I understand that correctly: I could create a form using the form builder with s...read more
I use the same API request body to create companies using only the domain, allowing HubSpot to autofill all other information. However, the behavior is quite random. Sometimes it autofills information for Company A, B, and C, and sometimes it does read more
Hi Team, We have a specific use case where we need to validate whether a contact email belongs to a specific list ID. Essentially, when we provide an email address and a list ID as inputs, we should receive a response indicating success if the read more
Good morning! It is my understanding that that cannot be accomplished with a single API call so you might be looking at needing to implement a serve...read more
We are using custom email templates with programmable emails, where the body of the template is defined in an imported module. We are doing this because are emails are rather large as a digest of our website content, and Hubspot was bloating our read more
Have you tried adding a minus sign to your expressions and comments? It's an indicator to remove white space at the start and end of a block.
{%...read more
I am really struggling to retrieve the opt-in status of any email for any subscription type: Contact properties only provide the opt-out status. The API does not distinguish between opted-in und undefined states (both are returned as SUBSC read more
One workaround I can think of is using lists and then retrieving the list membership, but this again is only on a per contact basis and not on a per ...read more
Below is my issue: There are 2 ways to signup for our app: email or google/facebook OAuth and: 1. When a user signs up via our "Sign Up Form" using their email, we successfully gather information via Hubspot tracking. 2. However, if a user opts read more
Hi team, I have encountered an issue where the GET contacts API is giving wrong response message. API: https://api.hubapi.com/contacts/v1/lists/1/contacts/all Correct response when listId available but when listId is not present it sti read more
The v3 CRM Object API's List Objects endpoint allows you to request the inclusion of associations to one or more object types for each object found. Associations in this endpoint's responses are returned as an array of objects that include an id read more
Hi all, I was wondering if HubSpot may have recently updated their forms API? All of our customized embed codes that would redirect based off of specific criterias (i.e. redirect a certain industry selection to a specific meeting link upon f read more
Hey there! The Developer Changelog will be your best bet to look for updates or breaking changes. That being said, I do not see a breaking change t...read more