I have tried both of the following endpoints, but the results are the same: /crm/v3/properties/{objectType}/batch/read /crm/v3/properties/{objectType}/{propertyName} This is the result from the batch read, but the other endpoint shows b read more
Hi We're working on a project where we need to load data which contains a data field, this has been set up in the object as a datepicket. At the moment i get an error message about the field being nil, is there any way to process NULL values read more
Hi All, I think there is a bug in how Hubspot connects or integratios with Recaptch. Not all the time, but many times, when I auth to my account, when I click the "Connect App" it changes as shown below and nothing happens. Using read more
I am trying to use the marketing email API to fetch data incrementally for our integration. We are fetching the latest data by filtering based on the updated field in the API parameters. However, we noticed that when a campaign is added to a marke read more
To capture changes in campaigns attached to marketing emails using the HubSpot Marketing Email API, consider a practical approach that combines the M...read more
Hey everyone, We’ve been facing a puzzling issue with HubSpot API recently. A new filed (let’s call it XYZ) has been added to the company object, and we using the ‘companies/search’ endpoint to filter companies based on this field. However, we’ read more
You're encountering an inconsistency issue with the HubSpot API, particularly with the 'companies/search' endpoint, after adding a new field (XYZ) to...read more
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
Hey, @KWichmann 👋 Welcome to our community! You are not missing an option. HubSpot portals with an Enterprise subscription can integrate with ...read more
Hi, i am unable to find a good example on how to apply a date time filter when creating a contact list - https://legacydocs.hubspot.com/docs/methods/lists/contact-lists-overview Any example would be helpful There are some notes on filters here read more
Hey, @peeyush81 👋 Welcome to our community! Were you able to make any progress here? If not, I will get an example running on my end and share h...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
Hi, @NataliiaPA 👋 Welcome to our community! Were you able to make any progress? If not, when you click the source code button, what happens? Do ...read more
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
Hey, @ChrisSosa1337 👋 Thanks for your question! Have you tried using the Get contacts in a list endpoint ? This endpoint allows us to add query...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, @OHafez 👋 Have you already tried following the steps here — Attaching files to object via the APIs ? Although I show this using a Deal, th...read more