eavz
Zoho Books

Zoho Books

Online accounting software for managing finances and bookkeeping

OAuth2Finance
7 actions

Actions

Name
list_invoices

List all invoices in Zoho Books

get_invoice

Get details of a specific invoice

create_invoice

Create a new invoice in Zoho Books

list_contacts

List all contacts in Zoho Books

get_contact

Get details of a specific contact

create_contact

Create a new contact in Zoho Books

custom_api_call

Make a custom API call to the Zoho Books API

Quick Start

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

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

const result = await weavz.actions.execute({
  integrationName: 'zoho-books',
  actionName: 'list_invoices',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

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 actions programmatically.

What actions does Zoho Books support?

Zoho Books supports 7 actions including List Invoices, Get Invoice, Create Invoice, List Contacts, Get Contact, and more.

Can I use Zoho Books with AI agents?

Yes. Add Zoho Books to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Zoho Books use?

Zoho Books uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Zoho Books integration cost?

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

Connect Zoho Books in 2 minutes

Get 1,000 free actions every month. No credit card required.