CRM -> Select multiple contacts and pass to iframe

Hi,

I would like to select multiple Contacts from HubSpot and send the selected contacts IDs to an iframe. The iframe needed to be opened as a modal within the HubSpot Contacts section. Is it possible to implement this? If it is possible, anyone please share API links that contains information about selecting multiple contacts and pass the selected contact’s ids to an iframe and open the iframe within the Contacts section.

Hi @UCSUJITH ,

The only way this is possible is by building CRM cards. This is limited to Sales or Service Hub Enterprise.
You could also take a look at app cards, which was released this week. This is not limited to a specific hub.
Through the available components, it should be easy to allow users to select contacts and pass that information to an iFrame that can be opened from a modal.

Hi @Teun,

Thank you for your response. However, I couldn’t find a way to add a card to the Contacts listing section. I have successfully added a card to the Contact record details page. I believe cards are supported only within the Contact record details page. Is there a way to select multiple contacts from the listing page and open a modal that loads an iframe on the Contacts listing page?