Hello, I am importing contacts using php but the contact owner is importing random onwer name in Hubspot. $url = "https://api.hubapi.com/crm/v3/imports";
fputcsv($fp, ['Email', 'First Name', 'Last Name', 'Phone', 'Company Name', 'hubspot_owne read more
Hi @Clearworl and thanks for getting back to us! Based on the documentation, when importing contacts via the CRM Imports API, you can control wh...read more
Hi HubSpot Team,
I’m trying to migrate my existing CRM card to the new UI Extensions framework, but my developer account doesn’t show the “UI Extensions” option under the Features section for my public app.
Here are my details:
Develo read more
Welcome to the community @MangeshFPBeta . Hopefully what @BérangèreL shared will help.
I would contact HubSpot Support directly if it were ...read more
Hi I would like to get nice formatted phone numbers via HubSpot API. My goal is to update the phone numbers in an external system. All phone numbers should look like the phone numbers in the HubSpot User Interface. I know the phone numers has d read more
I am using the `/settings/v3/users/' endpoint. I am using this to build custom code for an activty tracker that triggers when certain activites have occured, such as Emails, Calls, Meetings, and Deals. I have set up Teams in HubSpot based on the read more
Hi,
hubspot_owner_id returns the ID of an Owner (id field). The actual UserID expected by the Settings API is found in the userId property of t...read more
I'm looking to update the deal amount but I'm not sure what API to call to do this. I want to single out a specific deal so I can update the deal amount of it. Thanks!
awesome. Thanks! Turns out it wasn't that easy. I needed to findout the internal name of the pipeline along with the dealstage then do an API search ...read more
Hi everyone, I'm working on a Salesforce integration using the HubSpot Engagements API to migrate emails. I’m able to retrieve email engagements using the /engagements/v1/engagements/paged endpoint. However, I now want to: Retrieve only emails read more
Hey! I need a bit more context to what you are doing with these engagements -- once you have these emails/engagements, are you looking to assign them...read more
hello , i am using hubspot notes api for getting notes but i not able get comments of it threw api even if i using extra properties as well but not able to get comments of notes . https://api.hubapi.com/engagements/v1/engagements/785413650 read more
Hi @Infitech ,
Last I was aware, they are not available via API. Here's a discussion from last year which I believe is still relevant: https:...read more
We just ran into a challenge with how HubSpot handles contact imports via API, and I could use some help figuring out a solution. Even though we have "Intnernal ID" set as the unique identifier, HubSpot still prioritizes email addresses. That means read more
Hi @CSteinbach , thanks for getting back to me! If you do need to update the email addresses as well, then, you'll have to add the "email" proper...read more
Hey everyone, I’m running into an issue with the HubSpot API when trying to retrieve association labels for (deal to deal) associations. For context, I have a Deal that is associated with two other Deals using a custom Association Label called read more
I was getting the same log when I tested on my end. I believe its because the batchApi endpoint only gives generic info and not detailed information....read more
I am using CRM objects GET API endpoint for example, Retrieve companies I get a response such: "results": [ { "archived": false, "createdAt": "2023-03-03T11:59:25.795Z", "id": "7777", "properties": { "createdate": "2023-03-03T11:59:25.795Z", "d read more
Hi everyone,
I need to extract large amounts of data (thousands/millions of records) from HubSpot for our BI system. Using the API seems inefficient for this scale due to rate limits and performance concerns.
We typically use ODBC or direct d read more
Hi @MAsghari totally fair concern at scale, API pagination is painful. In 2025 the most efficient native route is the CRM Export API, which gene...read more
Hello! How can I associate a contact as a primary contact with a company using API? I've tried this request: PUT https://api.hubapi.com/crm/v4/objects/contact/ ${ contactId } /associations/company/ ${ companyId } Payload: read more
Hey @BNabiullin , thank you for posting in our Community!
It looks like your API call successfully sets the association with the "Primary" l...read more