We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Sep 21, 2021 9:32 AM - edited Sep 21, 2021 9:36 AM
Sep 21, 2021 5:35 PM
@Themac ,
The only way to create a custom card is by using the CRM Custom Cards API.
Here are the docs on the subject
https://developers.hubspot.com/docs/api/crm/extensions/custom-cards
https://legacydocs.hubspot.com/docs/methods/crm-extensions/crm-extensions-overview
I, personally, like the explanation in the second link best 😀
![]() | Make sure to subscribe to our YouTube channel where you can find the HubSpot Community Developer Show |
Oct 4, 2021 2:05 PM
Thanks @dennisedson I don't need to access data in 3rd party API. Which is perhaps why the links to docs on this subject are kind of confusing to me.
i want to customize presentation of a custom HubSpot object called "Site Interactions" which is related to Contacts object and is populated by an integration.
There are a handful of types of interactions and I want to present a custom card on the contact that shows the count of each type of interaction for a given contact. User can click the count for a given type in the card and opens a list view - filtered by the type and contact which was clicked. Is this even possible with HubSpot custom cards? Any clues or hints you think might be helpful
Oct 5, 2021 10:34 AM
I believe the only way you could do this is by using an iframe with the crm card. Within the iframe you would handle all of this.
![]() | Make sure to subscribe to our YouTube channel where you can find the HubSpot Community Developer Show |
Oct 5, 2021 10:54 AM