Actions
| Name | Description |
|---|---|
get_projectGet a project by ID from Filevine | Get a project by ID from Filevine |
create_projectCreate a new project in Filevine | Create a new project in Filevine |
get_contactGet a contact by ID from Filevine | Get a contact by ID from Filevine |
create_contactCreate a new contact in Filevine | Create a new contact in Filevine |
get_documentsGet documents for a project in Filevine | Get documents for a project in Filevine |
custom_api_callMake a custom API call to the Filevine API | Make a custom API call to the Filevine API |
Triggers
| Name | Description |
|---|---|
project_updatedTriggers when a project is updated in Filevine | Triggers when a project is updated in Filevine |
document_addedTriggers when a new document is added in Filevine | Triggers when a new document is added in Filevine |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'filevine',
actionName: 'get_project',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Filevine 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 Filevine support?
Filevine supports 6 actions including Get Project, Create Project, Get Contact, Create Contact, Get Documents, and more.
Can I use Filevine with AI agents?
Yes. Add Filevine 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 Filevine use?
Filevine uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Filevine integration cost?
The Filevine integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Filevine support?
Filevine supports 2 triggers including Project Updated, Document Added.
Connect Filevine in 2 minutes
Get 1,000 free actions every month. No credit card required.