Hi, i have a company with associated Communities. I would like to know how can i retrieve from Hubspot API these communities. I searched through the companies and associations API documentation, but did not find anything about it.
Hi @PChristian4 ,
It looks like Communities is a custom object in your portal. In retrieving these associations you'd want to follow that path...read more
I'm using the HubSpot CRM API to search for companies by domain, which works fine for the primary domain. However, I need to find companies based on their secondary or additional domains. Is there a way to search for a company using a secondary read more
i created a project with a custom app and an extension ui, it's a card for Company record when running the project using hs project dev all is working well. but if I stop the hubspot cli, the card is not even initialized I got T read more
I found that problem was related to my trying to introduce redux toolkit in the project. switched to react standard context api and all is workin...read more
I'm encountering an issue with dropdown fields during a company integration with HubSpot. Problem: HubSpot provides both a label and a value for each dropdown option. However, in my project architecture, I treat the label and value as the sa read more
Hey, @DA8 👋 Thanks for your question. This one has come up a few times in the community. There is not a way to “force” the API to return the l...read more
This is the Hubspot API we are using for API Integration. ( https://api.hubapi.com/crm/v3/properties/companies ) This API returns the below JSON response . in This respone You can find the field "label": "Industry group", I am unable to find the " read more
Hey, @gAbishek 👋 Thanks for your question. Can you clarify something — are you saying that you can find 2/3 of the properties you listed, but ...read more
https://api.hubapi.com/crm/v3/properties/companies this is the API we are using to get Hubspot Fields . it returns Response contains Lable names as: Industry group, Employee Range, Revenue range , CSM Sentiment, Linkedin handle . but in Hubspot read more
Hi @gAbishek
As I can see in the screenshot you have already used all your custom properties so in order to create a new property you eithe...read more
The following request returns 404 Not Found. curl --request PATCH \
--url 'https://api.hubapi.com/crm/v3/objects/companies/abc_p0PGXKfNbcaYw5oW?idProperty=external_id' \
--header 'authorization: Bearer pat-xxx' \
--header 'content-type: a read more
I've been looking for a way to get the a list of all company lists using the v3 lists API . I can get a list of all lists (both lists of Companies and of contacts/other objects) using the Search endpoint but the only options it has for filtering read more
Hi @AliceStackAdapt
If you are looking for all the list having only companies in it then get all the list of your instance first and then ch...read more
Hi, I'm trying to create a button that will allow a user to send a prepopulated, customizable one-to-one-email using CRM Actions in a UI Extension. Is this possible? I want it to be populated by the data in the table in the UI Extension. Tha read more
Hi @ah8 ,
Thank you for reaching out to the Community!
I wanted to tag in a couple of subject matter experts to see if they have any ideas: ...read more
Hi, the API privides me an incomplete phone number when the usage of country code as additional dropdown is activated. The response of phone ist 1769999999 without country code and the whitespace between area code and dialling is also m read more
Hello @KhushbooRevOps , thank you for your fast reply. Inbetween I found out that I can read the full number from hs_calculated_phone_number / hs_c...read more
Greetings! I would like to clarify a single detail that I could not specifically narrow down in the documentation. We are building a public marketplace app and integration with an external tool. What we want to do is deliver custom properties read more
Hey, @Milda_77 👋 I agree with you, the documentation doesn't specifically call out the expected behaviour here. The fastest way to verify this...read more