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 read more
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 read more
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- read more
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. read more
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",
read more
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 read more
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 ...read more
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 read more
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 read more
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 read more
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...read more
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 read more
Hi, @SRajesh0 👋 Thanks for the call out. Here's what I'll work on getting clarified/updated:
From the Private Apps documentation — “ Please ...read more
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 read more
I am trying to connect a Hubspot CRM with my internal application, to send values from Hubspot to my app using Webhooks, with Authentication: Hubspot app id. But the HTTP_X_HUBSPOT_SIGNATURE_V3 does not match my hashed string. Here is the code: read more
Hey, @SFlorina 👋 Thanks for reaching out. One place to get started is this post from our community member @tominal — PHP and v3 Signature. ...read more