Custom Menus¶
Create custom menu items to integrate infoRouter with external applications and third-party tools.
Overview¶
Custom menus enable integration between infoRouter and:
- Home-grown applications
- Third-party tools
- External systems
How It Works¶
graph LR
A[User clicks custom menu] --> B[infoRouter passes context]
B --> C[External application processes]
C --> D[App can call infoRouter API]
Information Passed¶
When a custom menu is launched, infoRouter automatically passes:
| Information | Description |
|---|---|
| Current folder | Active folder context |
| Selected folders | All selected folders |
| Selected documents | All selected documents |
| User information | Current user details |
Integration¶
Web Services API
External applications can communicate back to infoRouter using the Web Services API for bi-directional integration.