Zoho Integration (CRM + Projects + Meeting) Made by Zone 99 · GitHub · Contribute Quick Start Use the CLI wrapper — it handles OAuth token refresh and caching automatically. Authentication Setup Step 1: Register Your Application 1. Go to Zoho API Console 2. Click Add Client → choose Server-based Applications 3. Fill in: - Client Name : your app name (e.g. "Clawdbot Zoho Integration") - Homepage URL : your domain or - Redirect URI : (or any URL you control — you only need it once to grab the code) 4. Click Create 5. Note down the Client ID and Client Secret Step 2: Generate Authorization Code…