Hi all, Is it possible to use HubSpot as an identity provider? We are trying to connect it to Mindtickle and have users access HubSpot webpage for login first, then move to the Mindtickle platform via SSO. In this scenario we want HubSpot t read more
Hello community, I'm trying to get the contacts by DealId and I can't with associations. I'm doing something like: $response = $this->hubspot->crm()->deals()->basicApi()->getById($dealId); With this, I get the propert read more
Is there any way to add Typeform survey code into regular email body in Hubspot email design tool? An option highlighted on the screenshot isn`t working
I was wondering, is there a way to to get the post code (ZIP) from a list object, if it is even possible? Right now I have the following code that pulls a list object from the HubSpot API, but the post code/ZIP does not return in the output con read more
I've been really struggling to attach a file to a ticket using the HubSpot API. I was able to upload a file and a ticket separately, and I'm able to see those in the hubspot web portal as well. I'm also able to attach manually through the web portal read more
Hey all, As described I am recieving a bad request response when trying to associate contacts to companies using a custom label, here is an example of the request URL: https://api.hubapi.com/crm/v3/objects/contacts/360101/associations/compani read more
I want to be able to associate HubSpot's anonymous browsing data with Contacts created from the server. HubSpot collects anonymous browising data which allows you to track where new leads/contacts came from. The unique ID for that appears to be read more
Hi, We have a dropdown select property within Deals that has 310 values. I've read the documentation for doing an update on a property, but it seems to suggest that you have to pass all the values that currently exist, plus the one you're go read more
A fair concern, but the PATCH operation seems to be atomic in nature - it appears not to clear any of the existing values, just incrementally add the...read more
I'm trying to set up this example https://github.com/HubSpot/ui-extensions-examples/tree/main/quote-generator After hs project upload command I get an error [ERROR] Failed to build serverless package due to validation errors in `/app/app.f read more