Hi, I've created a packages that syncs my Hubspot forms to my websites CMS. I do this so I have full control over the form styling. Getting the form, mapping the fields and displaying it on my website works fine. However, when I submit the form Beitrag ansehen
I can retrieve owner's permissions by using " https://api.hubapi.com/resource-permissions/v3/permitted-users?resource=hcrn:24XXX0:crm-object:0-1:11XXX22 " endpoint. But I want to retrive contacts permissions by using the user. Is there any option Beitrag ansehen
I want to create a workflow file to trigger a webhook URL based on properties change. There is no "any property change" option on the workflow configuration. I have to specify every property in the workflow criteria settings. There are a few hundred Beitrag ansehen
What is the cap on the 'limit' field? It isn't marked in the documentation. Through my own testing it appears to be 500 but I want to make sure before I reject anything higher than 500. Thanks!
Hi @elliotmiller18 and welcome, we are delighted to have you here! 🤗 Thanks for reaching out to the HubSpot Community and for your valuable f...Beitrag ansehen
Hello HubSpot Community, I have successfully created a custom object and have its ID. Additionally, I have a specific ticket ID. I am looking to associate this custom object with the given ticket ID. Could anyone provide guidance or share the corr Beitrag ansehen
@AviaraLabs - Is what you are looking for available here: https://developers.hubspot.com/docs/guides/api/crm/associations/associations-v4#associat...Beitrag ansehen
Hey community! We are struggling to create a HubSpot Ticket Form that has a dynamic dropdown field showing all tickets from the chosen pipeline. This is made for tickets association. We managed to set an API integration to scrape all existing ti Beitrag ansehen
@DDKK - I'm absolutely sure this kind of customized/dynamic dropdown field management works becuase I use it myself in various places. The field op...Beitrag ansehen
Hello HubSpot Community, I’m experiencing an issue with HubSpot Ads integration that I hope someone from the support team can help me resolve. What’s happening: An unexpected developer token adwords@hubspot.com is making changes in my Google Beitrag ansehen
Hi!
I'm not sure if i read it correctly, but have you connected/integrated Google AdWords within your HubSpot Portal? If so, this should be the...Beitrag ansehen
Hi, I tried to create a subscription from the front end, and after creation, I am able to edit the line items. However, when I create subscriptions via API, HubSpot does not allow me to edit the line items. A screenshot is attached for reference. Beitrag ansehen
Hi @hafizusama ,
This is a limitation in HubSpot's Subscriptions API behavior: line items associated with subscriptions created via the API a...Beitrag ansehen
Hi HubSpot Team, I'm customizing a quote template (based on the Modern theme), and I'm having issues displaying billing and shipping address info. Here's the code I’m using: ```html <p><strong>Bill To:</strong> {{ template_data.q Beitrag ansehen
Hi @VPawar5 , As @SteveHTM mentioned, I am usually trying identifying the issue by temporarily displaying the available data using: <pre>...Beitrag ansehen
I'm currently integrating our custom application with HubSpot and I’m working specifically with the Deals object . Does HubSpot provide any native properties for: Campaign Status — such as Draft, Scheduled, In Progress, Completed Sent Beitrag ansehen
Hi @HBashar9
These are not standard deal properties, and HubSpot does not include them by default in the CRM's Deal schema.
one approach is...Beitrag ansehen
Hi HubSpot Community, We’re currently integrating the new HubSpot embedded forms and running into an issue that breaks our previous enrichment logic. What worked before: With legacy forms, the form would render inside an iframe without Beitrag ansehen
Hi @sylvain_tirreau , no - according to the documentation, there’s no hs-form-event:onFormReady event. I also tried listening for it just in case, ...Beitrag ansehen
Hello, We are working with python and HubSpot API, using both the hubspot api library for python and the requests library depending on the endpoint we are using. We have found a roadblock trying to retrieve the marketing emails and tie them Beitrag ansehen
Hello, You should start there and see if you find a starting point to create your code (list the events and look for clicks and email opens, then...Beitrag ansehen