Actions
| Name | Description |
|---|---|
list_invoicesList all invoices in Zoho Books | List all invoices in Zoho Books |
get_invoiceGet details of a specific invoice | Get details of a specific invoice |
create_invoiceCreate a new invoice in Zoho Books | Create a new invoice in Zoho Books |
list_contactsList all contacts in Zoho Books | List all contacts in Zoho Books |
get_contactGet details of a specific contact | Get details of a specific contact |
create_contactCreate a new contact in Zoho Books | Create a new contact in Zoho Books |
custom_api_callMake a custom API call to the Zoho Books API | Make a custom API call to the Zoho Books API |
Quick Start
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.