eavz
Actionstep

Actionstep

Legal practice management software for law firms

6 actions
2 triggers

Actions

Name
get_matter

Get a matter (action) by ID from Actionstep

create_matter

Create a new matter (action) in Actionstep

get_participant

Get a participant by ID from Actionstep

create_participant

Create a new participant in Actionstep

get_documents

List documents from Actionstep, optionally filtered by action

custom_api_call

Make a custom API call to the Actionstep API

Triggers

Name
matter_updated

Triggers when a matter is updated in Actionstep

document_added

Triggers when a new document is added in Actionstep

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'actionstep',
  actionName: 'get_matter',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Actionstep to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Actionstep support?

Actionstep supports 6 actions including Get Matter, Create Matter, Get Participant, Create Participant, Get Documents, and more.

Can I use Actionstep with AI agents?

Yes. Add Actionstep 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 Actionstep use?

Actionstep uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Actionstep integration cost?

The Actionstep integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Actionstep support?

Actionstep supports 2 triggers including Matter Updated, Document Added.

Connect Actionstep in 2 minutes

Get 1,000 free actions every month. No credit card required.