Tools
| Name | Description |
|---|---|
list_customersList Visma eAccounting customers. | List Visma eAccounting customers. |
get_customerGet a Visma eAccounting customer by ID. | Get a Visma eAccounting customer by ID. |
create_customerCreate a Visma eAccounting customer using the official customer payload. | Create a Visma eAccounting customer using the official customer payload. |
update_customerUpdate a Visma eAccounting customer by exact ID. | Update a Visma eAccounting customer by exact ID. |
list_articlesList Visma eAccounting articles/products. | List Visma eAccounting articles/products. |
create_articleCreate a Visma eAccounting article/product. | Create a Visma eAccounting article/product. |
list_customer_invoicesList Visma eAccounting customer invoices. | List Visma eAccounting customer invoices. |
get_customer_invoiceGet a Visma eAccounting customer invoice by ID. | Get a Visma eAccounting customer invoice by ID. |
create_customer_invoiceCreate a Visma eAccounting customer invoice with documented rows, VAT, currency, due date, and customer fields. | Create a Visma eAccounting customer invoice with documented rows, VAT, currency, due date, and customer fields. |
bookkeep_customer_invoiceBookkeep/finalize a Visma eAccounting customer invoice by exact ID where supported. | Bookkeep/finalize a Visma eAccounting customer invoice by exact ID where supported. |
cancel_customer_invoiceCancel a Visma eAccounting customer invoice by exact ID where supported. | Cancel a Visma eAccounting customer invoice by exact ID where supported. |
list_supplier_invoicesList Visma eAccounting supplier invoices. | List Visma eAccounting supplier invoices. |
create_supplier_invoiceCreate a Visma eAccounting supplier invoice/AP bill using the official payload. | Create a Visma eAccounting supplier invoice/AP bill using the official payload. |
list_accountsList Visma eAccounting chart of accounts. | List Visma eAccounting chart of accounts. |
list_vouchersList Visma eAccounting vouchers. | List Visma eAccounting vouchers. |
create_voucherCreate a Visma eAccounting voucher with documented accounting rows, VAT, dimensions, and dates. | Create a Visma eAccounting voucher with documented accounting rows, VAT, dimensions, and dates. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('visma-eaccounting', 'list_customers', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'visma-eaccounting',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Visma eAccounting to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Visma eAccounting support?
Visma eAccounting supports 16 tools including List Customers, Get Customer, Create Customer, Update Customer, List Articles, and more.
Can I use Visma eAccounting with AI agents?
Yes. Add Visma eAccounting 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 Visma eAccounting be used in stateful agent workflows?
Yes. Agents can combine Visma eAccounting 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 Visma eAccounting use?
Visma eAccounting uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Visma eAccounting integration cost?
The Visma eAccounting integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Visma eAccounting in minutes
Get 20,000 free action executions every month. No credit card required.