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 # Show all commands
zoho token # Print current access token (auto-refreshes)
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
# CRM
zoho crm list Deals
zoho crm get Deals 1234567890
zoho crm create Deals '{"data":[{"Deal_Name":"New Deal","Stage":"Qualification"}]}'
# Projects
zoho proj list
zoho proj tasks 12345678
# Meetings
zoho meeting recordings
Full Documentation
See original: https://github.com/shreefentsar/clawdbot-zoho