/zoho-books | Type: Application | PCID required: Yes
Tools
| Tool | Description |
|---|---|
zoho_books_list_organizations | List all organizations the user has access to in Zoho Books. Use this first to get the organization_id needed by all other tools. |
zoho_books_list_contacts | List contacts (customers and vendors) in Zoho Books |
zoho_books_get_contact | Get details of a specific contact in Zoho Books |
zoho_books_create_contact | Create a new contact (customer or vendor) in Zoho Books |
zoho_books_list_invoices | List invoices in Zoho Books |
zoho_books_get_invoice | Get details of a specific invoice in Zoho Books |
zoho_books_create_invoice | Create a new invoice in Zoho Books |
zoho_books_list_estimates | List estimates/quotes in Zoho Books |
zoho_books_create_estimate | Create a new estimate/quote in Zoho Books |
zoho_books_list_bills | List bills (vendor invoices) in Zoho Books |
zoho_books_create_bill | Create a new bill (vendor invoice) in Zoho Books |
zoho_books_list_expenses | List expenses in Zoho Books |
zoho_books_create_expense | Create a new expense in Zoho Books |
zoho_books_list_items | List items (products/services) in Zoho Books |
zoho_books_list_customer_payments | List customer payments received in Zoho Books |
zoho_books_list_organizations
List all organizations the user has access to in Zoho Books. Use this first to get the organization_id needed by all other tools.zoho_books_list_contacts
List contacts (customers and vendors) in Zoho Books Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organizationId | string | Yes | — | Zoho Books organization ID |
page | number | No | 1 | Page number |
perPage | number | No | 200 | Records per page |
sortColumn | string | No | — | Column to sort by (e.g., “contact_name”, “created_time”) |
sortOrder | string | No | — | Sort order: A for ascending, D for descending |
filter | string | No | — | Filter contacts by status |
zoho_books_get_contact
Get details of a specific contact in Zoho Books Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organizationId | string | Yes | — | Zoho Books organization ID |
contactId | string | Yes | — | Contact ID to retrieve |
zoho_books_create_contact
Create a new contact (customer or vendor) in Zoho Books Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organizationId | string | Yes | — | Zoho Books organization ID |
contactName | string | Yes | — | Contact display name |
contactType | string | No | "customer" | Contact type |
companyName | string | No | — | Company name |
email | string | No | — | Email address |
phone | string | No | — | Phone number |
website | string | No | — | Website URL |
billingStreet | string | No | — | Billing street address |
billingCity | string | No | — | Billing city |
billingState | string | No | — | Billing state |
billingZip | string | No | — | Billing ZIP code |
billingCountry | string | No | — | Billing country |
notes | string | No | — | Notes about the contact |
zoho_books_list_invoices
List invoices in Zoho Books Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organizationId | string | Yes | — | Zoho Books organization ID |
page | number | No | 1 | Page number |
perPage | number | No | 200 | Records per page |
status | string | No | — | Filter by invoice status |
customerId | string | No | — | Filter by customer ID |
sortColumn | string | No | — | Column to sort by (e.g., “date”, “invoice_number”) |
sortOrder | string | No | — | Sort order: A for ascending, D for descending |
zoho_books_get_invoice
Get details of a specific invoice in Zoho Books Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organizationId | string | Yes | — | Zoho Books organization ID |
invoiceId | string | Yes | — | Invoice ID to retrieve |
zoho_books_create_invoice
Create a new invoice in Zoho Books Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organizationId | string | Yes | — | Zoho Books organization ID |
customerId | string | Yes | — | Customer ID for the invoice |
invoiceNumber | string | No | — | Custom invoice number |
date | string | No | — | Invoice date (YYYY-MM-DD) |
dueDate | string | No | — | Payment due date (YYYY-MM-DD) |
lineItems | object[] | Yes | — | Line items for the invoice |
notes | string | No | — | Notes to display on invoice |
terms | string | No | — | Terms and conditions |
discount | number | No | — | Discount percentage |
isInclusiveTax | boolean | No | — | Whether tax is inclusive in item rate |
zoho_books_list_estimates
List estimates/quotes in Zoho Books Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organizationId | string | Yes | — | Zoho Books organization ID |
page | number | No | 1 | Page number |
perPage | number | No | 200 | Records per page |
status | string | No | — | Filter by estimate status |
customerId | string | No | — | Filter by customer ID |
zoho_books_create_estimate
Create a new estimate/quote in Zoho Books Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organizationId | string | Yes | — | Zoho Books organization ID |
customerId | string | Yes | — | Customer ID for the estimate |
estimateNumber | string | No | — | Custom estimate number |
date | string | No | — | Estimate date (YYYY-MM-DD) |
expiryDate | string | No | — | Expiry date (YYYY-MM-DD) |
lineItems | object[] | Yes | — | Line items for the estimate |
notes | string | No | — | Notes to display on estimate |
terms | string | No | — | Terms and conditions |
discount | number | No | — | Discount percentage |
zoho_books_list_bills
List bills (vendor invoices) in Zoho Books Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organizationId | string | Yes | — | Zoho Books organization ID |
page | number | No | 1 | Page number |
perPage | number | No | 200 | Records per page |
status | string | No | — | Filter by bill status |
vendorId | string | No | — | Filter by vendor ID |
zoho_books_create_bill
Create a new bill (vendor invoice) in Zoho Books Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organizationId | string | Yes | — | Zoho Books organization ID |
vendorId | string | Yes | — | Vendor ID for the bill |
billNumber | string | No | — | Custom bill number |
date | string | No | — | Bill date (YYYY-MM-DD) |
dueDate | string | No | — | Payment due date (YYYY-MM-DD) |
lineItems | object[] | Yes | — | Line items for the bill |
notes | string | No | — | Notes |
zoho_books_list_expenses
List expenses in Zoho Books Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organizationId | string | Yes | — | Zoho Books organization ID |
page | number | No | 1 | Page number |
perPage | number | No | 200 | Records per page |
status | string | No | — | Filter by expense status |
sortColumn | string | No | — | Column to sort by |
sortOrder | string | No | — | Sort order: A for ascending, D for descending |
zoho_books_create_expense
Create a new expense in Zoho Books Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organizationId | string | Yes | — | Zoho Books organization ID |
accountId | string | Yes | — | Expense account ID |
amount | number | Yes | — | Expense amount |
date | string | No | — | Expense date (YYYY-MM-DD) |
description | string | No | — | Expense description |
customerId | string | No | — | Associated customer ID |
vendorId | string | No | — | Associated vendor ID |
isBillable | boolean | No | — | Whether expense is billable to customer |
referenceNumber | string | No | — | Reference number |
zoho_books_list_items
List items (products/services) in Zoho Books Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organizationId | string | Yes | — | Zoho Books organization ID |
page | number | No | 1 | Page number |
perPage | number | No | 200 | Records per page |
sortColumn | string | No | — | Column to sort by (e.g., “name”, “rate”) |
sortOrder | string | No | — | Sort order: A for ascending, D for descending |
zoho_books_list_customer_payments
List customer payments received in Zoho Books Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organizationId | string | Yes | — | Zoho Books organization ID |
page | number | No | 1 | Page number |
perPage | number | No | 200 | Records per page |
customerId | string | No | — | Filter by customer ID |

