Zoho Books
Online accounting software for invoices, contacts, expenses, payments, items, and workflow webhooks.
Tools
| Name | Description |
|---|---|
list_invoicesList invoices in Zoho Books with bounded pagination. | List invoices in Zoho Books with bounded pagination. |
get_invoiceGet a Zoho Books invoice by exact invoice ID. | Get a Zoho Books invoice by exact invoice ID. |
create_invoiceCreate a Zoho Books invoice with explicit customer ID and line items. | Create a Zoho Books invoice with explicit customer ID and line items. |
update_invoiceUpdate explicit fields on a Zoho Books invoice by exact invoice ID. | Update explicit fields on a Zoho Books invoice by exact invoice ID. |
delete_invoiceDelete a Zoho Books invoice by exact invoice ID. Requires confirmation. | Delete a Zoho Books invoice by exact invoice ID. Requires confirmation. |
list_contactsList customer or vendor contacts in Zoho Books. | List customer or vendor contacts in Zoho Books. |
get_contactGet a Zoho Books contact by exact contact ID. | Get a Zoho Books contact by exact contact ID. |
create_contactCreate a customer or vendor contact in Zoho Books. | Create a customer or vendor contact in Zoho Books. |
list_expensesList Zoho Books expenses. | List Zoho Books expenses. |
create_expenseCreate a Zoho Books expense from explicit official fields. | Create a Zoho Books expense from explicit official fields. |
list_customer_paymentsList customer payments in Zoho Books. | List customer payments in Zoho Books. |
create_customer_paymentCreate a Zoho Books customer payment for exact invoice/payment fields. | Create a Zoho Books customer payment for exact invoice/payment fields. |
list_itemsList Zoho Books items. | List Zoho Books items. |
create_itemCreate a Zoho Books item. Requires confirmation because it changes accounting data. | Create a Zoho Books item. Requires confirmation because it changes accounting data. |
Triggers
| Name | Description |
|---|---|
webhook_eventReceive Zoho Books workflow webhook payloads. Configure the workflow/webhook in Zoho Books to post to this trigger URL. | Receive Zoho Books workflow webhook payloads. Configure the workflow/webhook in Zoho Books to post to this trigger URL. |
Quick Start
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.