Target _Blank Action, or IFRAME attributes in Cards

Hi:

I have some actions defined in a CRM Extensions API Card.

I need one of them to open a new tab (target _blank), instead of IFRAME.

The reason is because I use a webRTC camera object in that URL.

If not, IFRAME should have an attribute (allow=“camera;microphone”), as explained here

Any ideas to achieve this? :wink:

Ugly solution: to load some content in the iframe, and the user have to CLICK in some button… but it’s ugly solution :disappointed_face:

Hey @MTeam85

Unfortunately, I think your hacky method is the only way to go about it…

Here are the action types you can employ.