Hello.
We are implementing integration with hubspot. We have implemented CRM extension for that according to this documentation:
developers.hubspot.com
CRM Extensions overview
Overview for using the CRM Extensions API
We have action type which creates popup window with IFRAME inside. In this IFRAME user can interact with our service.
developers.hubspot.com
CRM Extensions overview
Overview for using the CRM Extensions API
Many of our customers wants to have this IFRAME much larger. But looks like the Hubsport ignores width and height more than 1723x673.
Is it possible to made this IFRAME larger than default values?
Is it possible to open window in new tab by pressing on the PrimaryAction button instead of opening popup window with IFRAME?