Skip to main content
Server path: /zoho-books | Type: Application | PCID required: Yes

Tools

ToolDescription
zoho_books_list_organizationsList 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_contactsList contacts (customers and vendors) in Zoho Books
zoho_books_get_contactGet details of a specific contact in Zoho Books
zoho_books_create_contactCreate a new contact (customer or vendor) in Zoho Books
zoho_books_list_invoicesList invoices in Zoho Books
zoho_books_get_invoiceGet details of a specific invoice in Zoho Books
zoho_books_create_invoiceCreate a new invoice in Zoho Books
zoho_books_list_estimatesList estimates/quotes in Zoho Books
zoho_books_create_estimateCreate a new estimate/quote in Zoho Books
zoho_books_list_billsList bills (vendor invoices) in Zoho Books
zoho_books_create_billCreate a new bill (vendor invoice) in Zoho Books
zoho_books_list_expensesList expenses in Zoho Books
zoho_books_create_expenseCreate a new expense in Zoho Books
zoho_books_list_itemsList items (products/services) in Zoho Books
zoho_books_list_customer_paymentsList 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:
ParameterTypeRequiredDefaultDescription
organizationIdstringYesZoho Books organization ID
pagenumberNo1Page number
perPagenumberNo200Records per page
sortColumnstringNoColumn to sort by (e.g., “contact_name”, “created_time”)
sortOrderstringNoSort order: A for ascending, D for descending
filterstringNoFilter contacts by status

zoho_books_get_contact

Get details of a specific contact in Zoho Books Parameters:
ParameterTypeRequiredDefaultDescription
organizationIdstringYesZoho Books organization ID
contactIdstringYesContact ID to retrieve

zoho_books_create_contact

Create a new contact (customer or vendor) in Zoho Books Parameters:
ParameterTypeRequiredDefaultDescription
organizationIdstringYesZoho Books organization ID
contactNamestringYesContact display name
contactTypestringNo"customer"Contact type
companyNamestringNoCompany name
emailstringNoEmail address
phonestringNoPhone number
websitestringNoWebsite URL
billingStreetstringNoBilling street address
billingCitystringNoBilling city
billingStatestringNoBilling state
billingZipstringNoBilling ZIP code
billingCountrystringNoBilling country
notesstringNoNotes about the contact

zoho_books_list_invoices

List invoices in Zoho Books Parameters:
ParameterTypeRequiredDefaultDescription
organizationIdstringYesZoho Books organization ID
pagenumberNo1Page number
perPagenumberNo200Records per page
statusstringNoFilter by invoice status
customerIdstringNoFilter by customer ID
sortColumnstringNoColumn to sort by (e.g., “date”, “invoice_number”)
sortOrderstringNoSort order: A for ascending, D for descending

zoho_books_get_invoice

Get details of a specific invoice in Zoho Books Parameters:
ParameterTypeRequiredDefaultDescription
organizationIdstringYesZoho Books organization ID
invoiceIdstringYesInvoice ID to retrieve

zoho_books_create_invoice

Create a new invoice in Zoho Books Parameters:
ParameterTypeRequiredDefaultDescription
organizationIdstringYesZoho Books organization ID
customerIdstringYesCustomer ID for the invoice
invoiceNumberstringNoCustom invoice number
datestringNoInvoice date (YYYY-MM-DD)
dueDatestringNoPayment due date (YYYY-MM-DD)
lineItemsobject[]YesLine items for the invoice
notesstringNoNotes to display on invoice
termsstringNoTerms and conditions
discountnumberNoDiscount percentage
isInclusiveTaxbooleanNoWhether tax is inclusive in item rate

zoho_books_list_estimates

List estimates/quotes in Zoho Books Parameters:
ParameterTypeRequiredDefaultDescription
organizationIdstringYesZoho Books organization ID
pagenumberNo1Page number
perPagenumberNo200Records per page
statusstringNoFilter by estimate status
customerIdstringNoFilter by customer ID

zoho_books_create_estimate

Create a new estimate/quote in Zoho Books Parameters:
ParameterTypeRequiredDefaultDescription
organizationIdstringYesZoho Books organization ID
customerIdstringYesCustomer ID for the estimate
estimateNumberstringNoCustom estimate number
datestringNoEstimate date (YYYY-MM-DD)
expiryDatestringNoExpiry date (YYYY-MM-DD)
lineItemsobject[]YesLine items for the estimate
notesstringNoNotes to display on estimate
termsstringNoTerms and conditions
discountnumberNoDiscount percentage

zoho_books_list_bills

List bills (vendor invoices) in Zoho Books Parameters:
ParameterTypeRequiredDefaultDescription
organizationIdstringYesZoho Books organization ID
pagenumberNo1Page number
perPagenumberNo200Records per page
statusstringNoFilter by bill status
vendorIdstringNoFilter by vendor ID

zoho_books_create_bill

Create a new bill (vendor invoice) in Zoho Books Parameters:
ParameterTypeRequiredDefaultDescription
organizationIdstringYesZoho Books organization ID
vendorIdstringYesVendor ID for the bill
billNumberstringNoCustom bill number
datestringNoBill date (YYYY-MM-DD)
dueDatestringNoPayment due date (YYYY-MM-DD)
lineItemsobject[]YesLine items for the bill
notesstringNoNotes

zoho_books_list_expenses

List expenses in Zoho Books Parameters:
ParameterTypeRequiredDefaultDescription
organizationIdstringYesZoho Books organization ID
pagenumberNo1Page number
perPagenumberNo200Records per page
statusstringNoFilter by expense status
sortColumnstringNoColumn to sort by
sortOrderstringNoSort order: A for ascending, D for descending

zoho_books_create_expense

Create a new expense in Zoho Books Parameters:
ParameterTypeRequiredDefaultDescription
organizationIdstringYesZoho Books organization ID
accountIdstringYesExpense account ID
amountnumberYesExpense amount
datestringNoExpense date (YYYY-MM-DD)
descriptionstringNoExpense description
customerIdstringNoAssociated customer ID
vendorIdstringNoAssociated vendor ID
isBillablebooleanNoWhether expense is billable to customer
referenceNumberstringNoReference number

zoho_books_list_items

List items (products/services) in Zoho Books Parameters:
ParameterTypeRequiredDefaultDescription
organizationIdstringYesZoho Books organization ID
pagenumberNo1Page number
perPagenumberNo200Records per page
sortColumnstringNoColumn to sort by (e.g., “name”, “rate”)
sortOrderstringNoSort order: A for ascending, D for descending

zoho_books_list_customer_payments

List customer payments received in Zoho Books Parameters:
ParameterTypeRequiredDefaultDescription
organizationIdstringYesZoho Books organization ID
pagenumberNo1Page number
perPagenumberNo200Records per page
customerIdstringNoFilter by customer ID