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
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
You can retrieve a HubSpot account's time zone by using this endpoint in the Legacy API . You can then use that info to match up the time zone with ...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 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
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
Sometimes we want to change the HubSpot default settings of automatically assigning the "lead" lifecycle stage on creation to a different stage. For example, I might want to create the "prospect" stage and only assign the lead stage once the contac read more
We try to embed our staff backoffice which has AzureAD/Entra as OAuth2 identity provider implemented. The same provider is configured as SAML SSO for HubSpot. Still, when an Iframe is being loaded on a modal from a CRM-Card, the iframe tries to redi read more
Hello Support, We are using GraphQL query to retrieve Deal Collection based on the filters. We have applied the same filter on UI. On UI it is fetching 137 Deals where on GraphQL it is only fetching 60 records only. Here i am attaching the query read more
Hi @pankildesai 👋 Thanks for your question. Without having access to your portal to compare the results returned versus what your query is retur...read more
I'm currently testing a Webhook, but I'm encountering 500 errors. I have an API endpoint that successfully creates a contact: Endpoint : localhost:8080/core-api/hubspot-contact/create Request Body: { "firstName": "test", "lastN read more
Hey, @SSingh857 👋 Thanks for reaching out. It can be tough to trouble shoot issues that are happening in your local environment. I have some t...read more
Hi all, For my HubSpot invoicing app I want to generate sales entries in an accounting tool from HubSpot invoices. So far no problem. I want to update the invoices statusses back to HubSpot and that seems to be not possible with the public API. read more