Hello there, I am building an Hubspot public app. I want to let my app users to see their analytics data in Hubspot dashboard. I have created custom properties and store the app generated data into those properties but users still need to create a custom report by themself. I want to give my users a template so thay do not need to manully create a dashboad. Just like hubspot gives some default templates.
Hello there, I am building an Hubspot public app. I want to let my app users to see their analytics data in Hubspot dashboard. I have created custom properties and store the app generated data into those properties but users still need to create a custom report by themself. I want to give my users a template so thay do not need to manully create a dashboad. Just like hubspot gives some default templates.
You can programmatically provide pre-configured dashboard templates. HubSpot's Analytics API and Dashboard API allow you to create and configure custom dashboards and reports tied to your app’s custom properties. By leveraging these APIs, you can design a dashboard template that automatically integrates with the data stored in your custom properties, mimicking HubSpot's default templates.
Thank you so much for your answer. I really appriciate it. can you please provide me the api docs for these apis Analytics API and Dashboard API. is there any blog or tutorial for this ?