Tools
| Name | Description |
|---|---|
list_customersList MYOB customer contacts. | List MYOB customer contacts. |
list_suppliersList MYOB supplier contacts. | List MYOB supplier contacts. |
list_employeesList MYOB employee contacts. | List MYOB employee contacts. |
list_accountsList MYOB general ledger accounts. | List MYOB general ledger accounts. |
list_invoicesList MYOB sales invoices. | List MYOB sales invoices. |
list_billsList MYOB purchase bills. | List MYOB purchase bills. |
list_customer_paymentsList MYOB customer payment records. | List MYOB customer payment records. |
get_recordGet a MYOB customer, supplier, employee, account, invoice, bill, or payment by exact UID. | Get a MYOB customer, supplier, employee, account, invoice, bill, or payment by exact UID. |
create_recordCreate a MYOB customer, supplier, invoice, bill, payment, account, or employee record. | Create a MYOB customer, supplier, invoice, bill, payment, account, or employee record. |
update_recordUpdate a MYOB record by endpoint and exact UID. | Update a MYOB record by endpoint and exact UID. |
Triggers
| Name | Description |
|---|---|
changed_recordsPoll a MYOB endpoint for records changed since the previous run using an OData timestamp field. | Poll a MYOB endpoint for records changed since the previous run using an OData timestamp field. |
Quick Start
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.