Hey so I don't know if it's possible but I would like to host a remix.run different site on let's say /blog route. I've got a hubspot site on root domain say example.com. Can you tell me how can I do that?
Hello, I am currently working on an implementation with an application that requires consuming information from HubSpot via APIs. Specifically, I need to obtain information on the registered Deals. For this, I require the following information: read more
Hi, Has anyone else seen delays with Zaps starting with this hubspot trigger event? My zap was published and turned on and had been working fine as recently as about 7 days ago. Today, i made modifications to a field that should have triggered t read more
Hi @orchestrotica , Yep, I’ve seen this happen before. Delays with the "Contact Property Change" trigger in HubSpot can sometimes occur due to h...read more
Hello! I am trying to create a CBE for a button on our prefernces page. Essentially the CBE is created for the "Resubscribe" button. The issue I am facing is my CBE not being able to store the button click. When the button is clicked it loads up read more
Hi! I am looking for some help on sending cookies and Ip Addresses to a custom Form submission with Javascript. I am getting teh two warnings on the submission. I am having no problem sending all of the data with a custom form ( I am using my o read more
Hi @CNguyen06 , Yes, if you switch to using HubSpot’s embedded form, it will automatically capture and send the visitor’s cookies and IP address ...read more
Is there a hubspot API available where i can manage to do a GET request to my contacts and also has a POST request to write my contacts or even a PUT or PATCH request to edit a specific contact data thru API ?
Hi @JMacasero ,
There are separate endpoints for GET and PATCH (for individual contacts). You could also utilize the batch update endpoint (PO...read more
I’m working on a Power Automate flow that converts data collected from Microsoft Forms into an HTML file, which I then convert into a PDF using Ecodian. Currently, the flow successfully sends the generated PDF via email. However, I now need to p read more
Hey, @JToussaint1 👋 Thank you very much for the interesting, and well organized, question. While I don't have the answer, I did some digging to ...read more
Hello. I would like to ask how can our integrated app retrieve the user's HubSpot portal language, as specified in the settings, to include it within timeline events and in the Post_Fetch_Options of workflows? Is there an API available that returns read more
Hi, i have a custom object that we can call " CUSTOM_OBJ_XYZ ". I have a record with the ID: "1234567" with some properties associated. If i use the schema call i get all the properties associated to that object, for example i find the prope read more
Hey, @LucaMasnada 👋 Unless you specify the exact properties you want returned, our endpoints will only return a small subset of default prop...read more
Hey there! You can use this endpoint to get all templates in your account. In your code, filter for only email templates so you're not looking at i...read more
Hi, We recently launched our HubSpot-hosted website and are using Mixpanel to track performance. I’m looking for a way to sync website CTA clicks with Mixpanel. After checking the out-of-the-box integration, it doesn’t seem to support this direc read more
Hey @DJohnson4 👋 Thanks for the update. If you get something that works, I'm sure it will help others directly or via inspiration for their so...read more
Just want to point out that the endpoint documentation for the PHP client is outdated. In the documentation (https://developers.hubspot.com/docs/api/cms/pages ) it says to use HubSpot\Client\Cms\Pages\SitePages\Model\Page; but it a read more