Weavz
Acumatica

Acumatica

Acumatica ERP customers, vendors, invoices, bills, payments, accounts, employees, and time activity records.

11 tools
1 trigger

Tools

Name
list_customers

List Acumatica Customer records.

list_vendors

List Acumatica Vendor records.

list_invoices

List Acumatica SalesInvoice records.

list_bills

List Acumatica Bill records.

list_payments

List Acumatica Payment records.

list_accounts

List Acumatica Account records.

list_employees

List Acumatica Employee records.

list_records

List records from an Acumatica contract REST entity with bounded pagination.

get_record

Get an Acumatica record by entity and exact key.

create_record

Create an Acumatica record through the configured endpoint contract.

update_record

Update an Acumatica record by entity and exact key.

Triggers

Name
webhook_event

Receive Acumatica webhook or push-notification payloads at the generated webhook URL.

Quick Start

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

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

const result = await weavz.actions.execute('acumatica', 'list_customers', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'acumatica',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Acumatica to my app?

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

What tools does Acumatica support?

Acumatica supports 11 tools including List Customers, List Vendors, List Invoices, List Bills, List Payments, and more.

Can I use Acumatica with AI agents?

Yes. Add Acumatica to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Acumatica be used in stateful agent workflows?

Yes. Agents can combine Acumatica tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Acumatica use?

Acumatica uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Acumatica integration cost?

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

What triggers does Acumatica support?

Acumatica supports 1 triggers including Webhook Event.

Connect Acumatica in minutes

Get 20,000 free action executions every month. No credit card required.