Actions
| Name | Description |
|---|---|
get_matterGet a matter (action) by ID from Actionstep | Get a matter (action) by ID from Actionstep |
create_matterCreate a new matter (action) in Actionstep | Create a new matter (action) in Actionstep |
get_participantGet a participant by ID from Actionstep | Get a participant by ID from Actionstep |
create_participantCreate a new participant in Actionstep | Create a new participant in Actionstep |
get_documentsList documents from Actionstep, optionally filtered by action | List documents from Actionstep, optionally filtered by action |
custom_api_callMake a custom API call to the Actionstep API | Make a custom API call to the Actionstep API |
Triggers
| Name | Description |
|---|---|
matter_updatedTriggers when a matter is updated in Actionstep | Triggers when a matter is updated in Actionstep |
document_addedTriggers when a new document is added in Actionstep | Triggers when a new document is added in Actionstep |
Quick Start
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.