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
Hi, @GFrancisco 👋 When asking the community for help, it's useful to share a simple example request and response along with the error returned. ...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
Hey, @PGraham4 👋 Were you able to make any progress here? If not, can you try making the request from the V4 Associations endpoint ? You can co...read more