Zoho Books ​
Cloud accounting API for invoices, contacts, expenses, bills, items, and financial management via Zoho Books.
| Detail | Value |
|---|---|
| Category | Accounting |
| Base URL | https://www.zohoapis.com/books/v3 |
| Authentication | OAuth2 Client Credentials |
| Endpoints | 20 |
| Connector key | zoho-books |
Using Zoho Books in a workflow ​
- Go to Connections and click New Connection.
- Pick Zoho Books from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /organizations | List all organizations |
| GET /invoices | List all invoices |
| POST /invoices | Create a new invoice |
| GET /invoices/{invoice_id} | Get an invoice by ID |
| PUT /invoices/{invoice_id} | Update an invoice |
| DELETE /invoices/{invoice_id} | Delete an invoice |
| POST /invoices/{invoice_id}/status/sent | Mark invoice as sent |
| POST /invoices/{invoice_id}/email | Email an invoice to the customer |
| GET /contacts | List all contacts |
| POST /contacts | Create a new contact |
| GET /contacts/{contact_id} | Get a contact by ID |
| PUT /contacts/{contact_id} | Update a contact |
| GET /expenses | List all expenses |
| POST /expenses | Create a new expense |
| GET /items | List all items |
| POST /items | Create a new item |
| GET /bills | List all bills |
| POST /bills | Create a new bill |
| GET /chartofaccounts | List chart of accounts |
| GET /settings/taxes | List all taxes |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.