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!
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 read more
Hi @AviaraLabs , API to Associate a Custom Object with a Ticket : /crm/v4/objects/{fromObjectType}/{fromObjectId}/associations/{toObjectType}/{to...read more
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 read more
@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...read more
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 read more
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...read more
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. read more
Hi @hafizusama ,
This is a limitation in HubSpot's Subscriptions API behavior: line items associated with subscriptions created via the API a...read more
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 read more
Hi @VPawar5 , As @SteveHTM mentioned, I am usually trying identifying the issue by temporarily displaying the available data using: <pre>...read more
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 read more
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 read more
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, ...read more
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 read more
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...read more
Hi everyone, To track a LinkedIn account on Hubspot, you need to log with LinkedIn SSO directly through your Hubspot account. Is there a way to use Hubspot API/tools to allow someone, who has not access to our Hubspot account, to link his Linke read more
Hi @MMercier , Unfortunately there is currently no API or external tools that would allow someone who doesn't have access to your HubSpot accou...read more
Hey, @AHand 👋 Are you looking for recommendations on a 3rd party app to connect Sage 300? If so, you might want to post over in our 3rd Part...read more
Good Afternoon, I need to push/pull limited data between two different Hubspot accounts. (both at the same parent company but we need to remain under separate accounts for privacy concerns) I've been able to successfully use POSTMAN to create read more
Hello, I've never tried this, always using an intermediary server to have maximum freedom in processing my data. But I suppose you'll need to...read more