iManage
Document and email management platform for legal and professional services
Actions
| Name | Description |
|---|---|
search_documentsSearch for documents in iManage Work | Search for documents in iManage Work |
get_documentGet metadata for a specific document by ID | Get metadata for a specific document by ID |
upload_documentUpload a new document to iManage Work | Upload a new document to iManage Work |
list_workspacesList all workspaces in iManage Work | List all workspaces in iManage Work |
custom_api_callMake a custom API call to the iManage API | Make a custom API call to the iManage API |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'imanage',
actionName: 'search_documents',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect iManage to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does iManage support?
iManage supports 5 actions including Search Documents, Get Document, Upload Document, List Workspaces, Custom API Call.
Can I use iManage with AI agents?
Yes. Add iManage to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does iManage use?
iManage uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the iManage integration cost?
The iManage integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect iManage in 2 minutes
Get 1,000 free actions every month. No credit card required.