Skip to main content

Zoho Books

Read Zoho Books organizations, invoices and customers.

Connect Zoho Books with a Self Client refresh token to list the account's organizations, and read invoices and customer contacts per organization.

Connect

Credential fieldRequiredWhere it comes from
Client id (CLIENT_ID)YesThe Self Client's client id.
Client secret (CLIENT_SECRET)YesThe Self Client's client secret.
Refresh token (REFRESH_TOKEN)YesA refresh token minted from the Self Client's grant code.
SettingRequiredWhat it is
Data centre (DATA_CENTER)Nous, eu, in, au, jp, ca or sa.

Tools

ToolAccessWhat it does
List organizations (yekar.zoho-books.list-organizations)ReadList the Zoho Books organizations this account can open - every other call needs one of their organization ids.
List invoices (yekar.zoho-books.list-invoices)ReadList one organization's invoices, filterable by status and customer.
List customers (yekar.zoho-books.list-customers)ReadList one organization's customer contacts.

Notes

  • In the Zoho API console, create (or reuse) a Self Client, generate a grant code with the ZohoBooks.fullaccess.READ scope, and exchange it for a refresh token.
  • Set the Data centre to the region in your Zoho URL - a Self Client only exists in the region that created it.