| name | zoho |
| description | Interact with Zoho CRM, Projects, and Meeting APIs. Use when managing deals, contacts, leads, tasks, projects, milestones, meeting recordings, or any Zoho workspace data. |
| author | Shreef Entsar (Zone 99 team) |
| repository | https://github.com/shreefentsar/clawdbot-zoho |
Zoho Integration (CRM + Projects + Meeting)
Originally created by Shreef Entsar from Zone 99. Licensed under MIT.
Quick Start
zoho help
zoho token
Required Setup
- Go to Zoho API Console
- Add Client → Server-based Applications
- Get Client ID & Secret
- Generate refresh token (see full docs)
- Add secrets to Zo:
ZOHO_CLIENT_ID, ZOHO_CLIENT_SECRET, ZOHO_REFRESH_TOKEN, ZOHO_ORG_ID
Commands
zoho crm list Deals
zoho crm get Deals 1234567890
zoho crm create Deals '{"data":[{"Deal_Name":"New Deal","Stage":"Qualification"}]}'
zoho proj list
zoho proj tasks 12345678
zoho meeting recordings
Full Documentation
See original: https://github.com/shreefentsar/clawdbot-zoho