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
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
Thanks for the post and including the response bodies!
I want to invite some subject matter experts to see if they have any suggestions.
Hey...read more
Hi there, I've encountered an API issue, when search companies by phone number via search API, some of them with specific format are not in the results. For example, when query with "*7207159789", only #1/2/3 are returned, and #4/5 are not +17 read more
Hello everyone, I'm trying to create a meeting by the hubspot API with this endpoint: /crm/v3/objects/meetings and i'm using the following json body: { "associations": [ { "types": [ { "associationCategory": "HUBSPOT_DEFIN read more
Good day! @denilsonluizm Why is it happening? This is happening because the HubSpot's API is designed to simply add a meeting record to the C...read more
Hello HubSpot Community, I am currently working on integrating HubSpot's APIs to manage contact data. While I have successfully been able to use the APIs to extract call information,notes, tasks and emails, I am facing challenges with extracting sp read more
Hi @MSannala and welcome to the Community! We are so glad to have you here! Thanks for asking the Community! I'd like to share these resources ...read more
Hi Team, I've noticed that, typically, we need to first create a note that includes an attachment and then link that note to a Deal object. Is there an option to bypass the step of creating a note and directly associate an attachment with the Deal read more
Hi I try to get all associated companies to one contact in a custom code secition of a workflow. But the result is only one company (primary?). Is the api or my code wrong? I use My code looks like: const hubspot = require('@hubspot read more