Tools
| Name | Description |
|---|---|
list_customersList Acumatica Customer records. | List Acumatica Customer records. |
list_vendorsList Acumatica Vendor records. | List Acumatica Vendor records. |
list_invoicesList Acumatica SalesInvoice records. | List Acumatica SalesInvoice records. |
list_billsList Acumatica Bill records. | List Acumatica Bill records. |
list_paymentsList Acumatica Payment records. | List Acumatica Payment records. |
list_accountsList Acumatica Account records. | List Acumatica Account records. |
list_employeesList Acumatica Employee records. | List Acumatica Employee records. |
list_recordsList records from an Acumatica contract REST entity with bounded pagination. | List records from an Acumatica contract REST entity with bounded pagination. |
get_recordGet an Acumatica record by entity and exact key. | Get an Acumatica record by entity and exact key. |
create_recordCreate an Acumatica record through the configured endpoint contract. | Create an Acumatica record through the configured endpoint contract. |
update_recordUpdate an Acumatica record by entity and exact key. | Update an Acumatica record by entity and exact key. |
Triggers
| Name | Description |
|---|---|
webhook_eventReceive Acumatica webhook or push-notification payloads at the generated webhook URL. | Receive Acumatica webhook or push-notification payloads at the generated webhook URL. |
Quick Start
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.