eavz
Filevine

Filevine

Legal case management platform

6 actions
2 triggers

Actions

Name
get_project

Get a project by ID from Filevine

create_project

Create a new project in Filevine

get_contact

Get a contact by ID from Filevine

create_contact

Create a new contact in Filevine

get_documents

Get documents for a project in Filevine

custom_api_call

Make a custom API call to the Filevine API

Triggers

Name
project_updated

Triggers when a project is updated in Filevine

document_added

Triggers when a new document is added in Filevine

Quick Start

TypeScript
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.