Is it possible to use HubSpot Quote template preview in an Iframe within a HubSpot UI Extension card? I want to avoid redirecting the user to the HubSpot quote wizard and instead display the same quote preview directly in the UI extension. Has anyon read more
Hi I am working on a custom module for a resource centre. I have added a text field that adds a category to the resource listing card and also adds it to the filter dropdown. I have got a single category to display in the card and filter list. read more
Hello I am using python API client to associate a contact with a deal deal_id = de_api_resp["id"]
contact_id = contact_found.id
association = PublicAssociation(
_from=contact_id,
to=deal_id
)
api_client.crm.associations.batch_api.cre read more
Hey, @christos_jubile 👋 I hope you were able to get this resolved. If not, one thing I'd check is this line:
batch_input_public_association=[...read more
Hello I am creating Deal suing API and it was creating but I need help on creating a deal with a link to contact as per the below documentation. https://developers.hubspot.com/docs/api/crm/deals associations: [ { to: {id: '101'}, types: [{asso read more
Hello @ESalas7 Thank you for the response. if possible can you give me a example code for any of the languages it will really help. Thank Yo...read more
Hello guys! Hope everything's going well. I have an Sticky Global Header set up on my website theme with this CSS: .header { background-color: {{ header_bg_color }}; width: 100%; background-color: #121727; position: fixed; z-index: 100; } And read more
Hi, @DEsteva 👋 I checked the documentation, but didn't find an option or way to change this behaviour. Unless there's a community member with a ...read more
Hello friends! I we are re using modules that we call on sesions, we haven't figure out how to change the styles, fonts and other css features on the sections, on what tag can we do it and how?, columns, rows, sections? thank you so much for answeri read more
Hi @HorusChild ,
if you want to add/modify modules you have several approaches:
modify/extending the module functionality (almost endless cus...read more