Weavz
MYOB

MYOB

MYOB Business API customers, suppliers, employees, accounts, invoices, bills, and customer payments.

10 tools
1 trigger

Tools

Name
list_customers

List MYOB customer contacts.

list_suppliers

List MYOB supplier contacts.

list_employees

List MYOB employee contacts.

list_accounts

List MYOB general ledger accounts.

list_invoices

List MYOB sales invoices.

list_bills

List MYOB purchase bills.

list_customer_payments

List MYOB customer payment records.

get_record

Get a MYOB customer, supplier, employee, account, invoice, bill, or payment by exact UID.

create_record

Create a MYOB customer, supplier, invoice, bill, payment, account, or employee record.

update_record

Update a MYOB record by endpoint and exact UID.

Triggers

Name
changed_records

Poll a MYOB endpoint for records changed since the previous run using an OData timestamp field.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

MYOB supports 10 tools including List Customers, List Suppliers, List Employees, List Accounts, List Invoices, and more.

Can I use MYOB with AI agents?

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

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

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

How much does the MYOB integration cost?

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

What triggers does MYOB support?

MYOB supports 1 triggers including Changed Records.

Connect MYOB in minutes

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