Weavz
Sage Accounting

Sage Accounting

Sage Business Cloud Accounting customers, invoices, supplier bills, payments, and ledger accounts.

OAuth2Finance
15 tools
1 trigger

Tools

Name
list_businesses

List Sage Accounting businesses available to the connected user.

list_contacts

List Sage Accounting contacts with bounded pagination.

get_contact

Get a Sage Accounting contact by exact ID.

create_contact

Create a Sage Accounting customer, supplier, or general contact from explicit fields.

update_contact

Update a Sage Accounting contact by exact ID.

list_sales_invoices

List Sage Accounting sales invoices.

get_sales_invoice

Get a Sage Accounting sales invoice by exact ID.

create_sales_invoice

Create a Sage Accounting sales invoice. Requires confirmation because it changes accounting data.

update_sales_invoice

Update a Sage Accounting sales invoice by exact ID.

list_purchase_invoices

List Sage Accounting purchase invoices, commonly used for supplier bills.

get_purchase_invoice

Get a Sage Accounting supplier bill or purchase invoice by exact ID.

create_purchase_invoice

Create a Sage Accounting supplier bill or purchase invoice.

update_purchase_invoice

Update a Sage Accounting supplier bill or purchase invoice by exact ID.

list_contact_payments

List customer or supplier contact payments in Sage Accounting.

list_ledger_accounts

List Sage Accounting ledger accounts.

Triggers

Name
changed_records

Poll Sage Accounting for records changed since the previous run. Defaults to sales invoices.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Sage Accounting 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 Sage Accounting support?

Sage Accounting supports 15 tools including List Businesses, List Contacts, Get Contact, Create Contact, Update Contact, and more.

Can I use Sage Accounting with AI agents?

Yes. Add Sage Accounting 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 Sage Accounting be used in stateful agent workflows?

Yes. Agents can combine Sage Accounting 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 Sage Accounting use?

Sage Accounting uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Sage Accounting integration cost?

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

What triggers does Sage Accounting support?

Sage Accounting supports 1 triggers including Changed Records.

Connect Sage Accounting in minutes

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