Hi Marcus,
If you're specifically looking for a button inside the Script Workspace, you can achieve that using a custom action with Scripter.Open URL.
You would:
• Add a Button component to the script
• Create a Custom Action (e.g. "LaunchVideo")
• In that action, call Scripter.Open URL with the SmartVideo launch URL
That gives you a true one-click launch from the script without relying on the Apps panel.
The key requirement is that SmartVideo supports a direct launch URL (deep link). If it does, this approach is typically cleaner than trying to open the AppFoundry widget.
You can find more details in this resource link https://help.genesys.cloud/articles/link-script-component/
Regards
Phaneendra
------------------------------
Phaneendra
Technical Solutions Consultant
Monash University
Australia
------------------------------
Original Message:
Sent: 02-20-2026 14:02
From: Marcus Hanna
Subject: How to open an app from the agent's script workspace during a voice interaction.
That's really what we want to do, is to launch video from the script workspace using a button.
------------------------------
Marcus Hanna
Technology Manager
------------------------------
Original Message:
Sent: 02-11-2026 22:26
From: Phaneendra Avatapalli
Subject: How to open an app from the agent's script workspace during a voice interaction.
Marcus,
If SmartVideo exposes a direct launch URL, you may be able to trigger it using a Screen Pop in Architect rather than embedding it in the script workspace.
You can configure the screen pop to open a URL in a new tab/window, and it can even launch automatically as soon as the agent accepts the interaction. That avoids the panel rendering limitations of widget apps in the Agent Workspace.
If you only want it triggered during escalation, you could conditionally set the screen pop based on an interaction attribute.
That may provide a cleaner experience than requiring agents to manually open the standalone app.
------------------------------
Phaneendra
Technical Solutions Consultant
Monash University
Australia