zoho

star 63

Interact with Zoho CRM, Projects, and Meeting APIs. Use when managing deals, contacts, leads, tasks, projects, milestones, meeting recordings, or any Zoho workspace data.

ankitjh4 By ankitjh4 schedule Updated 3/7/2026

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

  1. Go to Zoho API Console
  2. Add Client → Server-based Applications
  3. Get Client ID & Secret
  4. Generate refresh token (see full docs)
  5. 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

Install via CLI
npx skills add https://github.com/ankitjh4/indic-ai-skills --skill zoho
Repository Details
star Stars 63
call_split Forks 10
navigation Branch main
article Path SKILL.md
More from Creator