Skip to main content
Zoho Books is accounting software for managing customers, invoices, estimates, expenses, bills, projects, and bookkeeping workflows. The Zoho Books connector lets your Lovable app read and manage accounting records through your own Zoho Books account. With Zoho Books, your app can:
  • List organizations and use organization IDs for accounting API calls
  • Create and manage customers, vendors, invoices, estimates, and sales orders
  • Read bills, expenses, purchase orders, and projects for dashboards and reports
  • Build approval, reporting, and bookkeeping workflows through the connector gateway
It’s a good fit for finance dashboards, customer billing portals, expense workflows, and internal accounting tools that need live Zoho Books data.

Common use cases and example apps

Example appExample promptDescription
Invoice operations dashboardUse Zoho Books and build a dashboard that shows invoices by customer, due date, and payment status.Track invoice status from Zoho Books in one focused view.
The app reads invoices from the connected organization, groups them by status, and helps finance teams follow up on overdue payments.
Customer billing portalUse Zoho Books and build a customer portal where customers can view their invoices, estimates, and payment history.Give customers a self-service view of billing records.
The app fetches customer, invoice, and estimate data from Zoho Books and displays the records tied to each account.
Expense approval toolUse Zoho Books and build an expense approval app where managers can review expenses by project and vendor.Review Zoho Books expenses in a structured approval flow.
The app reads expense records, lets managers filter by project or vendor, and records approval decisions in your app.
Accounts payable trackerUse Zoho Books and build a tracker for bills and purchase orders that flags upcoming due dates.Help operations teams stay ahead of vendor payments.
The app reads bills and purchase orders from Zoho Books and highlights records that need review or payment.
Project finance dashboardUse Zoho Books and build a project dashboard that shows expenses, invoices, and profitability by project.Connect project work to financial outcomes.
The app reads project, expense, and invoice data so teams can monitor budgets and margins without exporting spreadsheets.

How to connect Zoho Books

Workspace admins and owners can connect Zoho Books. You can create multiple Zoho Books connections using different Zoho accounts, regions, OAuth apps, or organization IDs, which is useful for separating production and sandbox environments or managing multiple legal entities. When the connection is created, Zoho Books becomes available across all projects in the workspace. Anyone building in a project can ask Lovable in chat to link their project to it.

Prerequisites

Before connecting Zoho Books, make sure you have:
  • A Zoho Books account
  • Access to the Zoho API Console to create a Server-based Application
  • The data center where your Zoho Books account is hosted, such as United States, Europe, India, Australia, Japan, Canada, China, or Saudi Arabia
  • The Zoho Books organization ID you want to use, if you want to pin the connection to one organization
  • Lovable workspace owner or admin role
All API requests made through this connector count against your Zoho Books API limits and your Zoho Books plan. Billing and quota are handled directly by Zoho Books, not Lovable.

Step 1: Create a Zoho API console application

Zoho Books uses OAuth to authorize third-party access. Create a Server-based Application in the Zoho API Console to get the Client ID and Client Secret for Lovable.
1

Open the Zoho API Console

Sign in to the Zoho API Console with the Zoho account you want to connect.
2

Create a Server-based Application

Click Add Client or Get started, then choose Server-based Applications.
3

Enter application details

Fill in the application details:
  • Client Name: for example, Lovable Integration
  • Homepage URL: your app or company website URL
  • Authorized Redirect URIs: https://api.lovable.dev/workspaces/connectors/standard/oauth/callback
4

Copy your credentials

Save the application, then copy the generated Client ID and Client Secret. You need both values in Lovable.
Your Client Secret functions like a password. Keep it secure and never share it publicly. You need it in the next step.
See Zoho’s API console documentation for more detail.

Step 2: Connect Zoho Books to Lovable

1

Open Zoho Books in Connectors

Go to Connectors → App connectors and select Zoho Books.
2

Add a connection

Click Add connection.
3

Enter your connection details

Fill in the connection fields:
  • Display name: name the connection, for example Zoho Books Prod. This name is only used inside Lovable to identify the connection.
  • Data center: choose the region where your Zoho Books account is hosted. Check your Zoho Books URL, for example books.zoho.eu means Europe.
  • Client ID: the Client ID from your Zoho API console application.
  • Client secret: the Client Secret from your Zoho API console application.
  • Organization ID (optional): enter a numeric Zoho Books organization ID if you want the connection metadata to include it. If you leave this empty, your app can fetch organizations after connecting.
4

Review scopes (optional)

Expand Advanced settings to review the Zoho Books permissions Lovable requests. Default scopes are selected for common accounting workflows.Settings: read is required because the connector verifies the connection and lists organizations through Zoho Books settings APIs. You can remove optional scopes if your app does not need that accounting area.
ScopeWhat it allowsDefault
Settings: read (ZohoBooks.settings.READ)List organizations and read settings data such as users, taxes, currencies, and itemsRequired
Contacts: full access (ZohoBooks.contacts.ALL)Create, read, update, and delete customers and vendorsOn
Invoices: full access (ZohoBooks.invoices.ALL)Create, read, update, and delete invoicesOn
Estimates: full access (ZohoBooks.estimates.ALL)Create, read, update, and delete estimates and quotesOn
Sales orders: full access (ZohoBooks.salesorders.ALL)Create, read, update, and delete sales ordersOn
Purchase orders: full access (ZohoBooks.purchaseorders.ALL)Create, read, update, and delete purchase ordersOn
Bills: full access (ZohoBooks.bills.ALL)Create, read, update, and delete billsOn
Expenses: full access (ZohoBooks.expenses.ALL)Create, read, update, and delete expensesOn
Projects: full access (ZohoBooks.projects.ALL)Create, read, update, and delete projects and project tasksOn
For full scope documentation, see Zoho Books OAuth scopes.
5

Choose who can access this connection

Under Who can access this connection, decide who in your workspace can use the connection:
  • Only you (default): only the person creating the connection can use it and its associated data.
  • Invite specific people: only you and explicitly added workspace members can use the connection and its associated data.
  • Invite entire workspace: click Invite entire workspace to make the connection available to everyone in your Lovable workspace.
See Connection-level access for more information.
6

Connect to Zoho Books and authorize

Click Connect. The Zoho Books authorization window opens, so make sure your browser doesn’t block pop-ups. If it does, Lovable redirects you instead.Sign in to Zoho Books if prompted, review the requested permissions, and click Accept or Allow.Lovable redirects you back with a confirmation.
When connected, anyone building in a project can ask Lovable in chat to link their project to Zoho Books (based on configured connection-level access). Your Lovable apps can then read and manage Zoho Books records through your connected Zoho account.

Working with organizations

Most Zoho Books resource endpoints require an organization_id query parameter. If you enter Organization ID when creating the connection, Lovable includes that value in the connection metadata so the app can reuse it. If you leave Organization ID empty, ask Lovable to fetch organizations first through the connector, then pass the returned organization ID on calls for records such as contacts, invoices, bills, expenses, and projects.

Limitations

The Zoho Books connector cannot:
  • Support per-end-user Zoho Books login. Each connection represents a single Zoho account shared across all projects linked to it.
  • Receive Zoho Books webhook events through the connector.
  • Bypass Zoho Books API limits, rate limits, or plan restrictions.
  • Remove the need for organization_id on Zoho Books resource calls. Apps need to use the configured organization ID or fetch it from /organizations.
If Zoho Books authorization is revoked from the Zoho side, or if the Zoho API console application is deleted or changed, you’ll need to reconnect the integration in Lovable before API calls can succeed again. Editors and above can remove specific projects from a connection without deleting the connection entirely. The connection will remain available for other projects. To unlink projects:
1

Open Connectors

Open Connectors, then go to App connectors, and select .
2

Open the connection

Open the connection you want to manage.
3

Select projects

Under Linked projects, check the projects you want to unlink.
4

Confirm

Click Unlink projects and confirm.
When unlinked, those projects will no longer have access to through this connection. If a project needs again, you can link it to any available connection.

How to delete a connection

Workspace admins and owners can delete connections. Other members can delete a connection if they created it, or if they have been explicitly granted access to it.
Deleting a connection is permanent and cannot be undone. It will remove the credentials from all linked projects, and any apps using this connection will stop working until a new connection is added.
Before deleting, review the Linked projects section to see which projects are currently using the connection. To delete a connection:
1

Open Connectors

Open Connectors, then go to App connectors, and select .
2

Open the connection

Open the connection you want to remove.
3

Review linked projects

Review the Linked projects section.
4

Delete

Under Delete this connection, click Delete and confirm.