Weavz
Zoho Books

Zoho Books

Online accounting software for invoices, contacts, expenses, payments, items, and workflow webhooks.

OAuth2Finance
14 tools
1 trigger
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
list_invoices

List invoices in Zoho Books with bounded pagination.

get_invoice

Get a Zoho Books invoice by exact invoice ID.

create_invoice

Create a Zoho Books invoice with explicit customer ID and line items.

update_invoice

Update explicit fields on a Zoho Books invoice by exact invoice ID.

delete_invoice

Delete a Zoho Books invoice by exact invoice ID. Requires confirmation.

list_contacts

List customer or vendor contacts in Zoho Books.

get_contact

Get a Zoho Books contact by exact contact ID.

create_contact

Create a customer or vendor contact in Zoho Books.

list_expenses

List Zoho Books expenses.

create_expense

Create a Zoho Books expense from explicit official fields.

list_customer_payments

List customer payments in Zoho Books.

create_customer_payment

Create a Zoho Books customer payment for exact invoice/payment fields.

list_items

List Zoho Books items.

create_item

Create a Zoho Books item. Requires confirmation because it changes accounting data.

Triggers

Name
webhook_event

Receive Zoho Books workflow webhook payloads. Configure the workflow/webhook in Zoho Books to post to this trigger URL.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

Zoho Books supports 14 tools including List Invoices, Get Invoice, Create Invoice, Update Invoice, Delete Invoice, and more.

Can I use Zoho Books with AI agents?

Yes. Add Zoho Books 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.

How do I connect Zoho Books to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Zoho Books as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Zoho Books tools exposed by that workspace.

Does Zoho Books work with Claude Code, Cursor, Codex, and local agents?

Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Zoho Books work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Zoho Books?

Zoho Books exposes 14 tools, including List Invoices, Get Invoice, Create Invoice, Update Invoice, Delete Invoice, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Zoho Books be used in stateful agent workflows?

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

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

How much does the Zoho Books integration cost?

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

What triggers does Zoho Books support?

Zoho Books supports 1 triggers including Webhook Event.

Connect Zoho Books in minutes

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