Hey everyone, We just built a real-time sync on HubSpot. We sync all your standard objects, custom objects, and associations to your database. Often, if your HubSpot integration requires any scale, you'll need a sync like this too. You'll kn Leer más
I have a bit of a dilemma for an integration automation I want to employ. We have calls that come in from different call centers, through different mediums, etc... I am trying to make active lists that can be accessed by our sales team which fil Leer más
Hi, I am struggling with getting the right phone format on a embedded form, currently numbers are entering as 5555555555, when I will like it to be 555-555-5555. When I only enter 1 or 2 numbers, it accepts it as a valid number, I put a min and Leer más
Hello, I am using the Hubspot API and I managed to create a contact but when I try to add it to a list it returns this: { "status" : "error" , "message" : "internal error" , "correlationId" : "f331b738-b77b- Leer más
Hey, @DanielHuelin 👋 Did you get this resolved? If not, can you make a request to this endpoint using your List ID, please? https://legacydocs....Leer más
While migrating a HS Portal into another HS portal, a dropdown select property had different internal values for its options. The Labels are the same, but the Internal Values are different for each option therefore the property did not migrate. Leer más
Hello! I am trying to retrieve all contacts that have a specific set of vids (IDs - canonical or otherwise) via the Search Endpoint and the 'hs_all_contact_vids' property: {
"updatedAt": "2022-05-27T20:57:17.998Z",
Leer más
Hey, @AB35 👋 Thanks for reaching out! This is a great question. The Search API documentation on Search Operators doesn't specify whether the EQ ...Leer más
Hi, I'm following the following documentation: https://developers.hubspot.com/docs/api/webhooks/validating-requests for validating a request made from hubspot to my webhook endpoint. So far I've had no success. I'm following the same format (Clien Leer más
Hey, @ocalderon 👋 Private apps are incompatible with this feature. You'll need to create a public app from a developer portal to get this set ...Leer más
I'm trying to create a batch of companies in Hubspot with python. I'm following the docs here: https://developers.hubspot.com/docs/api/crm/companies under "Create a batch of companies". The docs use a function from the hubspot library callsed Batc Leer más
I want to create a line item to a deal. I tried this API: POST /crm/v3/objects/line items { "properties" : { "price" : "149" , "quantity" : "1" , "name" : "ChiroSpring Leer más
Hi, I was trying to explore the deal creation API. The API says that we can create association between deal and contacts/companies during the creation process. Is there a way to set contact roles as part of defining the association? I couldn't find Leer más
Hey, @KRS 👋 To clarify, you're asking if we can add/update a contact property when using the Deals API and setting associations to other objects...Leer más
Timeline event not working with private app token but it is working with oauth access token. Getting error : AppId~<AppId> must own the eventTypes being used: <event template id> But your api documentation show Here is AP Leer más
Hi, @SRajesh0 👋 Thanks for the call out. Here's what I'll work on getting clarified/updated:
From the Private Apps documentation — “ Please ...Leer más
Hello, Recently I tried to create custom CRM cards in Hubspot portal using this PHP library - https://developers.hubspot.com/docs/api/crm/extensions/custom-cards I used all parameters and queries as mentioned in this library.However, the problem Leer más