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
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
Good afternoon, morning or evening all, I have a site on WP Engine built in WordPress, with the HubSpot plugin active. I have OneTrust cookie consent working on the site and turning off Google cookies successfully when a user opts-out of using c read more
It looks like Hubspot does not currently allow you to access configuration as code like Salesforce does? In Salesforce you can get configuration on objects, workflows etc as XML and deploy from one environment to another. It makes deployment managem read more