Overview
Dashboard apps mount custom panels inside the Voxys agent workspace, like order lookups or refund tools. Anything behind an HTTPS URL loads with signed context about the current conversation and contact. Built for ops teams who want to stop tab-switching between Voxys and internal admin panels.
- Mount any HTTPS URL as a sidebar or full-page panel
- Receive signed conversation, contact, and CRM context on load
- Scope apps to specific inboxes, teams, or roles
- Pass agent identity through for your own audit logs
- Trigger actions back into Voxys via the JS SDK
- Install per-account or share across the workspace
- Works with internal tools, no public hosting required
How it works
1
Register your app URL
Add an HTTPS endpoint in settings and pick where it renders.
2
Read the signed payload
Verify the HMAC token to get the conversation, contact, and agent IDs.
3
Render and call back
Show your UI inline and use the JS SDK to push updates back into Voxys.
