La fonction de suggestion automatique permet d'affiner rapidement votre recherche en suggérant des correspondances possibles au fur et à mesure de la frappe.
I am looking to integrate my app with HubSpot in a way that allows agents to view and interact with it within the right-side panel while maintaining the ticket context. I am aware of the CRM cards feature, which allows setting properties and actions. However, I need a solution that provides a more customized layout and functionality. Are there other tools or methods within HubSpot that can help achieve this level of customization?
Take a look at the documentation for Custom UI Extensions - these are pretty cool and might let you achieve what are looking to do. The sample projects linked from the page are great examples.
Today to allow interactivity within HubSpot as a Public App you would render it in a modal iFrame launched from the CRM card.
For the future: learn the UI Extensions so you are familiar with using React and Hub Spot's increasing library of UI Components. Ui Extensions only work in private apps today but stay tuned...
Hot Tip: Take Phil's advice and learn the UI Extensions 🙂
Take a look at the documentation for Custom UI Extensions - these are pretty cool and might let you achieve what are looking to do. The sample projects linked from the page are great examples.
Today to allow interactivity within HubSpot as a Public App you would render it in a modal iFrame launched from the CRM card.
For the future: learn the UI Extensions so you are familiar with using React and Hub Spot's increasing library of UI Components. Ui Extensions only work in private apps today but stay tuned...
Hot Tip: Take Phil's advice and learn the UI Extensions 🙂