Zoho Books
Use Zoho Books from your AI agent through ClawLink — browser login, no API key to paste, no config to edit. Connect Zoho Books once and the agent can read and act on it. Works in any agent that can run shell commands (Claude Code, Cursor, Codex, Cline, and more).
Setup
Run these once — the agent can run them for you:
npx @useclawlink/cli login # opens browser → approve (mints + stores a key)
npx @useclawlink/cli connect zoho-books # opens browser → authorize Zoho Books
No API key to create or paste — login stores the credential at ~/.clawlink/credentials.json.
Using Zoho Books
npx @useclawlink/cli actions zoho-books "<what you want to do>" # find an action
npx @useclawlink/cli describe zoho-books <action-id> # see its inputs (before writes)
npx @useclawlink/cli run zoho-books <action-id> --input '<json>' # execute
Reads first; confirm with the user before any write.
Available actions
| Action | Description |
|---|---|
zoho_books_list_invoices |
List all invoices in Zoho Books |
zoho_books_list_bills |
List all bills in Zoho Books |
zoho_books_list_contacts |
List all contacts in Zoho Books |
zoho_books_list_chart_of_accounts |
List the chart of accounts in Zoho Books |
zoho_books_create_contact |
Create a contact in Zoho Books |
zoho_books_create_bank_account |
Create a bank or credit card account in Zoho Books |
zoho_books_create_chart_of_account |
Create a chart of account in Zoho Books |
zoho_books_create_expense |
Create an expense in Zoho Books |
zoho_books_create_recurring_invoice |
Create a recurring invoice in Zoho Books |
zoho_books_get_invoice |
Get details of a specific invoice in Zoho Books |
zoho_books_get_contact |
Get details of a specific contact in Zoho Books |
zoho_books_get_bill |
Get details of a specific bill in Zoho Books |
zoho_books_email_invoice |
Email an invoice to a contact in Zoho Books |
Notes
- No API key for Zoho Books itself — ClawLink holds the OAuth token; the agent only holds your ClawLink credential.
- Not connected yet, or access expired? Re-run
npx @useclawlink/cli connect zoho-books. - The action list above is a snapshot;
npx @useclawlink/cli actions zoho-booksis always current.
Resources
- ClawLink: https://claw-link.dev
- Docs: https://docs.claw-link.dev
- CLI: https://www.npmjs.com/package/@useclawlink/cli
Powered by ClawLink — connect 90+ apps to any AI agent.