Skip to content

Zoho Books ​

Cloud accounting API for invoices, contacts, expenses, bills, items, and financial management via Zoho Books.

DetailValue
CategoryAccounting
Base URLhttps://www.zohoapis.com/books/v3
AuthenticationOAuth2 Client Credentials
Endpoints20
Connector keyzoho-books

Using Zoho Books in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Zoho Books from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /organizationsList all organizations
GET /invoicesList all invoices
POST /invoicesCreate 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/sentMark invoice as sent
POST /invoices/{invoice_id}/emailEmail an invoice to the customer
GET /contactsList all contacts
POST /contactsCreate a new contact
GET /contacts/{contact_id}Get a contact by ID
PUT /contacts/{contact_id}Update a contact
GET /expensesList all expenses
POST /expensesCreate a new expense
GET /itemsList all items
POST /itemsCreate a new item
GET /billsList all bills
POST /billsCreate a new bill
GET /chartofaccountsList chart of accounts
GET /settings/taxesList all taxes

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.