How to connect Zoho Inventory to Hermes Agent
Connect Zoho Inventory to Hermes Agent, the AI assistant (not the UK courier Evri): 58 tools from chat via hosted OAuth. No API keys, no MCP server.


Manage stock levels, orders, warehouses, and fulfillment. Once connected, Hermes Agent can read and act on Zoho Inventory from chat — pairing, token refresh, and tool wiring handled for you.
Most guides for giving Hermes Agent Zoho Inventory access start with registering your own OAuth app or pasting API keys into env files, then leave the token refresh and tool wiring to you. ClawLink gives Hermes a more practical Zoho Inventory setup: pair once in the browser and your always-on Hermes agent can act on Zoho Inventory for you, reading and doing real work on your behalf with no auth, token refresh, or tool wiring to build yourself.
Copy this prompt into Hermes to install the plugin and pair your account.
Set up ClawLink for Hermes and tell me when it's ready.
1. Install the plugin:
hermes plugins install ClawLink-HQ/hermes-plugin --enable
2. Start pairing. It prints an approval link, so show me the link and stop, don't wait:
hermes clawlink begin
3. I'll approve it in my browser, then reply "approved".
4. When I say approved, finish setup:
hermes clawlink finish
5. Then run `hermes clawlink test` and tell me whether ClawLink is ready.Setup
It takes three steps to connect Hermes to Zoho Inventory.
1Install and pair
Install the ClawLink plugin, then pair Hermes with a one-time browser approval:
hermes plugins install ClawLink-HQ/hermes-plugin --enable- 2
Connect Zoho Inventory
One-click OAuth in the dashboard.
- 3
Use it from chat
Ask Hermes Agent: "What can you do with Zoho Inventory?"
The whole pairing handshake. Run these once, then approve Zoho Inventory in the dashboard:
hermes plugins install ClawLink-HQ/hermes-plugin --enable
hermes clawlink begin # approve the link in your browser
hermes clawlink finish
hermes clawlink testNo Zoho API token appears anywhere in this flow: Zoho retired static authtokens in 2021 and the current API requires OAuth with a registered app, which the hosted side handles. You only approve the connection in the browser.
Using a different agent?
The Hermes plugin is one client of ClawLink's MCP server. Claude Code, Cursor, Codex, or any agent that can run a shell command pairs with the same ClawLink account through the CLI:
npx -y @useclawlink/cli loginlogin opens the same browser approval and stores a credential locally. Once Zoho Inventory is connected in the dashboard, that agent calls the same 58 Zoho Inventory tools over MCP. Full setup for MCP clients and shell agents: connect apps to any AI agent.
Zoho Inventory MCP for Hermes
Looking for a Zoho Inventory MCP server for Hermes Agent? ClawLink connects Zoho Inventory to Hermes Agent and exposes 58 Zoho Inventory tools your agent can call over MCP, with hosted auth and nothing to run or maintain yourself. Using OpenClaw instead? The OpenClaw Zoho Inventory integration works the same way.
Two clarifications first. Hermes Agent is the AI assistant, not the UK courier formerly known as Hermes, and that matters because ChatGPT answers the head query with the courier unless the page says otherwise. Second, the 58 tools here run through hosted OAuth, so there is no Zoho API token to manage at all, which matters more than it used to: Zoho retired static authtokens in 2021, and the current search answers assume you will register an OAuth app. Here the app side is handled for you. You authorize in the browser, pair Hermes with two commands, and stock levels, sales orders, purchase orders, bills, and invoices are callable from chat.
What the Hermes Agent Zoho Inventory integration can do
58 Zoho Inventory tools are ready for Hermes Agent once the account is connected. The 30 below are the ones people reach for most; your agent can call all 58.
30 of 58 Zoho Inventory tools for Hermes
| Tool | What it does |
|---|---|
Bulk export invoices zoho_inventory_bulk_export_invoices | Bulk export invoices as a single PDF |
Bulk print invoices zoho_inventory_bulk_print_invoices | Generate a consolidated PDF containing multiple invoices for printing or archiving |
Bulk print packages zoho_inventory_bulk_print_packages | Bulk print package slips as a consolidated PDF |
Get contact zoho_inventory_get_contact | Retrieve a specific contact by ID from Zoho Inventory |
Get contact address zoho_inventory_get_contact_address | Get contact address |
Get credit note zoho_inventory_get_credit_note | Retrieve a credit note by ID |
Get credit note email content zoho_inventory_get_credit_note_email_content | Get credit note email content including subject, body, recipients, and available templates |
Get current user zoho_inventory_get_current_user | Get details of the currently authenticated user in Zoho Inventory |
Get sales order zoho_inventory_get_sales_order | Retrieve the details of an existing sales order |
List bills zoho_inventory_list_bills | List bills |
List contacts zoho_inventory_list_contacts | List all contacts (customers and vendors) in Zoho Inventory |
List credit notes zoho_inventory_list_credit_notes | List all credit notes |
List currencies zoho_inventory_list_currencies | List all currencies configured in Zoho Inventory |
List invoice payments zoho_inventory_list_invoice_payments | List all payments received for a specific invoice |
List invoices zoho_inventory_list_invoices | List all invoices in Zoho Inventory |
List item groups zoho_inventory_list_item_groups | List all item groups in Zoho Inventory |
List items zoho_inventory_list_items | List all items in Zoho Inventory |
List organizations zoho_inventory_list_organizations | List all organizations the user has access to in Zoho Inventory |
List purchase orders zoho_inventory_list_purchase_orders | List purchase orders |
List sales orders zoho_inventory_list_sales_orders | List sales orders |
Add credit note comment zoho_inventory_add_credit_note_comment | Add a comment to a credit note in Zoho Inventory |
Add invoice attachment zoho_inventory_add_invoice_attachment | Upload an attachment to a specific invoice |
Add invoice comment zoho_inventory_add_invoice_comment | Add a comment to a specific invoice in Zoho Inventory |
Apply credits to invoices zoho_inventory_apply_credits_to_invoices | Apply credits from a credit note to one or more invoices |
Bulk email invoices zoho_inventory_bulk_email_invoices | Sends multiple invoices by email to a contact in a single API call |
Create bill zoho_inventory_create_bill | Create a bill in Zoho Inventory |
Create contact zoho_inventory_create_contact | Create a new contact (customer or vendor) in Zoho Inventory |
Create contact person zoho_inventory_create_contact_person | Create a contact person |
Create credit note zoho_inventory_create_credit_note | Create a new credit note in Zoho Inventory |
Create customer payment zoho_inventory_create_customer_payment | Create a customer payment in Zoho Inventory |
Try it: find the Zoho Inventory tool you need
Browse the 30 Zoho Inventory tools
Click any tool to see exactly what Hermes can do and copy a ready-to-use prompt.
Example prompts
List items with zoho_inventory_list_items and tell me which SKUs are below their reorder point, using the stock fields you can see.
List sales orders with zoho_inventory_list_sales_orders and flag any older than 7 days that have not been fulfilled.
Pull open purchase orders with zoho_inventory_list_purchase_orders, cross-reference current stock from zoho_inventory_list_items, and suggest what to reorder.
Call zoho_inventory_list_organizations and zoho_inventory_get_current_user and tell me which organisation and user this connection acts as.
How the Zoho Inventory tools behave
Details that matter once the connection is live and the agent is working stock and orders.
- Organisation-scoped. Tools act on the organisation of the account you authorized, and the org tools show what you can reach.
- Documents are a family. Sales orders, purchase orders, bills, invoices, and credit notes each have list and get tools; ids come from the list calls.
- Bulk is a tool category. Bulk export, bulk email, and bulk print exist as dedicated tools; prefer them over walking records one by one.
- Comments and attachments are first-class. Invoices and credit notes accept comments and attachments through their own tools.
- Stock questions are direct.
zoho_inventory_list_itemsandzoho_inventory_list_item_groupsanswer inventory questions without joins. - Payment writes exist.
zoho_inventory_create_customer_paymentandzoho_inventory_apply_credits_to_invoicesmove money-side state; confirm before executing.
ClawLink vs. building it yourself
The alternative to ClawLink is usually manual OAuth app setup plus your own token handling, permission troubleshooting, and tool plumbing for Hermes Agent. That is fine if you want to build and maintain the integration yourself. Most teams just want Zoho Inventory working from chat.
| Manual | ClawLink | |
|---|---|---|
| Connection flow | Register a Zoho Inventory app, configure redirect URLs, manage consent details, and reconnect users when auth settings drift. | Users connect Zoho Inventory through the hosted browser flow and ClawLink keeps the token lifecycle out of your app code. |
| Ongoing maintenance | You own refresh logic, permission debugging, environment config, and every provider-specific edge case for Zoho Inventory. | ClawLink handles the repetitive integration plumbing so your team can focus on the workflow instead of the infrastructure. |
| Agent usability | You still need to expose the right Zoho Inventory actions to the runtime in a format your agent can reliably use. | 58 tools for Zoho Inventory are already exposed through ClawLink, so the agent can read and act from chat immediately. |
ClawLink vs. Composio
Composio also exposes Zoho Inventory to AI agents. It is developer infrastructure: Python and TypeScript SDKs, an MCP server, and a catalog past 1,000 apps, aimed at teams shipping agent products. ClawLink is built for Hermes Agent users instead. You install the plugin once, connect Zoho Inventory in the browser, and the 58 tools above work from chat. There is no SDK, no config file, and no API key handling. Choosing between them? Read the full Composio alternatives comparison.
Troubleshooting
Hermes paired but still can't use Zoho Inventory
Pairing is a two-step handshake: run hermes clawlink begin, approve the link in your browser, then run hermes clawlink finish. If you ran finish before approving, or the approval link expired, run hermes clawlink begin again to get a fresh link. Confirm the plugin was installed with --enable, then verify with hermes clawlink test.
Connection succeeds but no tools appear
Reconnect Zoho Inventory from the dashboard, then start a fresh chat if the runtime still has the old tool catalog loaded.
"Tool schema not loaded yet" error when calling Zoho Inventory tools
Zoho Inventory tool schemas load on demand the first time a tool runs and are cached after that, so this error usually clears on its own: wait a few seconds and retry the same request. If every Zoho Inventory call keeps failing with it in a fresh chat, reconnect from the dashboard, and contact support if it still persists — that pattern points to a configuration problem on our side, not something you can fix by reconnecting again.
Zoho Inventory returns 403 or "permission denied" on one action while others work
Two usual causes. The connected account may not have access to the specific workspace, inbox, store, or project in the request — check that first. If access looks right, the agent may have sent a placeholder value (like "YOUR_ID" or an example id from documentation) instead of a real one: ask it to run a list or search tool first, then retry the action with a real id from those results. Most failures at this stage are one of these two, not ClawLink bugs.
Zoho Inventory returns 403, AUTHORIZATION_FAILED, or NO_PERMISSION
ChatGPT enumerates five causes and asks for exact error codes like AUTHORIZATION_FAILED, NO_PERMISSION, 401, or 403. In order: the Zoho user's role lacks module permissions, since only admins are unrestricted by default and custom roles must explicitly grant modules; insufficient OAuth scopes, fixed by reauthorizing from the dashboard; the wrong organisation in the call; a stale or revoked token; or a module the plan cannot reach. Plus the placeholder trap: an id copied from documentation. Quote the exact code and check organisation and role before reconnecting.
Ask the agent to diagnose it:
Quote the exact error code from the failed call. Then call zoho_inventory_get_current_user and zoho_inventory_list_organizations and tell me which user and organisations this connection acts on. Do not retry the failed call yet.Zoho Inventory hits 429 during bulk work
Zoho's docs publish 100 requests per minute per organisation plus a daily allowance tied to the subscription plan, with 429 on breach. The bulk tools are exactly the traffic shape that meets it: zoho_inventory_bulk_export_invoices, bulk email, or bulk print on a large set. Stage the work: one date range per turn, report the count, then continue, rather than retrying the same sweep.
Ask the agent to diagnose it:
Tell me how many Zoho Inventory calls you made in the last minute and which bulk tool you were running. Quote the error verbatim. Do not call Zoho Inventory again until I reply.'Tool not found' or Zoho Inventory tools missing
The engines blame a misconfigured MCP server, wrong scopes, or a stale tool cache, all self-hosted causes. The hosted causes: pairing incomplete, fixed by rerunning hermes clawlink begin and hermes clawlink finish and confirming Zoho Inventory shows as connected; schemas loading on demand, so the opening call in a fresh session can arrive before the catalog and needs one retry; and a wrong tool name, where the error lists the closest real ones.
Ask the agent to diagnose it:
List the Zoho Inventory tools you actually have access to. If there are none, say so plainly. If there are, tell me which one lists items and use that exact name.OAuth finished in the browser but the account is still missing
Try reconnecting Zoho Inventory and complete the consent flow in the same browser session. Partial OAuth approvals or switching accounts mid-flow can leave the connection incomplete.
FAQ
Is there a Hermes Agent Zoho Inventory integration?
Yes. ClawLink is the fastest way to connect Hermes to Zoho Inventory: link your Zoho Inventory account once in the browser and Hermes Agent can call the Zoho Inventory API through 58 ready-made tools — no custom code or token handling.
How do I connect Zoho Inventory to Hermes with ClawLink?
Install the plugin with hermes plugins install ClawLink-HQ/hermes-plugin --enable, then pair once: run hermes clawlink begin, approve the link in your browser, and run hermes clawlink finish. Connect Zoho Inventory in the dashboard and Hermes can use it from the next message — no config files or API keys to manage.
How long does it take to connect Zoho Inventory to Hermes Agent?
About two minutes. Sign in, click Connect next to Zoho Inventory in the dashboard, authenticate, and Hermes Agent can use it from the next chat message.
Why use ClawLink instead of wiring Zoho Inventory up myself?
The alternative to ClawLink is usually manual OAuth app setup plus your own token handling, permission troubleshooting, and tool plumbing for Hermes Agent. That is fine if you want to build and maintain the integration yourself. Most teams just want Zoho Inventory working from chat.
Is this page about the Hermes courier?
No. Hermes Agent is the AI assistant; the courier formerly named Hermes, now Evri, is a shipping company. Google disambiguates the two, ChatGPT does not, which is why this page spells it out: if you are wiring a parcel carrier into Zoho Inventory, that is a shipping-integration flow, not this one.
Why do I not need a Zoho API token?
Because Zoho deprecated static API authtokens in 2021; the current API requires OAuth 2.0 with a registered app. The hosted platform is the registered app here: you authorize in the browser, the OAuth grant is held server-side, and no token or client secret ever lands on your machine. The 'no token' claim other answers make about Zoho's own MCP Console works the same way, with the console setup this route removes.
What can the agent do in Zoho Inventory?
Stock questions are direct: list items and item groups, bills, invoices, credit notes, sales orders, purchase orders, contacts, currencies, invoice payments, and the organisations you can reach. Writes exist for bills, contacts, credit notes, and customer payments, plus bulk export, bulk email, and bulk print of invoices, and comments and attachments on invoices and credit notes.
Which Zoho organisation does the agent act on?
The connection acts on the organisation of the account you authorized. zoho_inventory_list_organizations shows which ones you can reach, and a call for the wrong organisation reads as a 403 rather than a not-found, which is why the troubleshooting card below starts there.
Is it safe to connect Zoho Inventory to an agent?
The engines teach OAuth scopes and revocation as the safety answer. Here the OAuth grant is scoped to what the tools need, held server-side, and revocable from the dashboard or inside Zoho; when scopes change, reauthorize so the consent screen grants what the tools need. The taught prompt-injection framing applies as always: treat anything the agent reads from documents as untrusted input.
Hermes paired but still can't use Zoho Inventory
Pairing is a two-step handshake: run hermes clawlink begin, approve the link in your browser, then run hermes clawlink finish. If you ran finish before approving, or the approval link expired, run hermes clawlink begin again to get a fresh link. Confirm the plugin was installed with --enable, then verify with hermes clawlink test.
Related
Connect Cloudcart
CloudCart is an e-commerce platform that enables businesses to create and manage online stores efficiently.
Wix
Manage sites, products, orders, and bookings
Connect Baselinker
BaseLinker is a comprehensive e-commerce management platform that integrates with various marketplaces, online stores, carriers, and accounting systems to streamline order processing, inventory management, and sales automation.