Hello. I plan to create an app that will be used by other hubspot accounts. I first started with a public app, but that doesn't give me the necesary tools to customize my component. I would like to make it to look smth like this. We already have in read more
Thanks for that context @BAndrei ! So it sounds like your goal would be to fetch custom properties with the endpoint as well as the default object...read more
Hello! I'm looking for a way to find emails by the sender domain. So if we have emails sent by employees of google.com I need to input the domain "google.com" and get all emails sent by these people. I see we can use CONTAINS_TOKEN to find conta read more
How to set a 'Today's Date' Property in HubSpot using Insycle. HubSpot has yet to include this basic data function in their field/function mix, and its true that for most reporting and workflow filters, you technically don't need it. However, th read more
Hi Everyone, with the v4 api, I'm trying to get the associations, I just upgraded hubspot api from 7.0.0 to 9.0.0, but its the same code which runs well on the documentation website but doesn't work when I run it on my laptop. I've the following env read more
Hi @ARasool07 👋
Looks like it'll be a version compatibility issue. I've managed to get the relevant API docs example Python code to work (wh...read more
Hi, We are trying to associate a contact to a custom object in HubSpot by using Power Automate and Hubspot API. We have set up a private app and Power Automate and tested, that it works. Our custom object is an Event, the object type id is 2-1197 read more
Thanks for the tag @DianaGomez , I'm sorry for the delayed response this was buried in my inbox.
@SLEisig I don't have the answer to your qu...read more
Hi Everyone, I just wanted to ask whether there is an option to install a private app into another user account. This private app integrates a UI extension (CRM Card) developed using CRM Development Tools Beta. Is there a way to install this read more
Hi @DSharma01 , I just wanted to clarify that these developer tools and access to CRM extension development with projects is restricted to Enterpri...read more
I had a couple of questions to ask regarding UI Extensions developed through CRM Development BETA. In my case I have created a CRM Card Extension containing a table. Can we add Color/Styling to the Table Cell based on cell values. I went thro read more
I don't think that you can - the components and props available to you are kept relatively limited with a reason: to keep styling and look & fe...read more
Hello, Is it possible to catch the event of a user creating a meeting/scheduling a meeting in https://meetings.hubspot.com/ ? I've been trying to get it to work on my end, the meeting is reflected on my calendar but the webhook is not being f read more
Hi @vavedev , Thank you for asking the Community! Could you please share the code you are using for the webhook (without confidential data)? Can...read more
I use the same API request body to create companies using only the domain, allowing HubSpot to autofill all other information. However, the behavior is quite random. Sometimes it autofills information for Company A, B, and C, and sometimes it does read more
Hi Team, Could you please take a look at the issue where updating an existing event template is not functioning properly? This recording provides a detailed explanation: Link to Recording Thank you.
Hi @devphoenix , Thank you for reaching out to the Community and thanks for the video! On my side, I didn't have sound on the video you shared, ...read more
Dears, How to Get Forms Submission with Tickets associated with it using Hubspot API, There is no link between the form submission and the tickets that created after the form is submitted. What i found was the below APIs, This to get the f read more
Dear @AAshraf8
Natively no - but you can build a workaround using workflows and use the "increment values" action and you will have to create a ...read more
I am developing a workflow using Dataops - customcode to add something from Hubspot ticket to Azure DevOps work item as a comment. Here is my script: from azure.devops.connection import Connection
from msrest.authentication import BasicAuth read more