zoho-crm
Installation
SKILL.md
Zoho CRM
Manage leads, contacts, deals, and accounts.
Environment Variables
ZOHO_ACCESS_TOKEN- OAuth access tokenZOHO_API_DOMAIN- API domain (e.g.https://www.zohoapis.com)
List leads
curl -s -H "Authorization: Zoho-oauthtoken $ZOHO_ACCESS_TOKEN" \
"$ZOHO_API_DOMAIN/crm/v5/Leads?per_page=10" | jq '.data[] | {id, Full_Name, Email, Company, Lead_Status}'