Command Palette

Search for a command to run...

Part II · Zoho CRM · Chapter 38

APIs V8

259 words · preserved verbatim from the master reference

Zoho CRM V8 APIs are RESTful APIs for programmatic access to CRM data and metadata. V8 is the current generation (Zoho CRM V8 API documentation).

API Categories

CategoryDescription
Metadata APIsFetch module list, field schemas, layouts, custom views, related lists
Core APIsFull CRUD on all module records; flexible RESTful endpoints
Composite APICombine up to 5 API calls in a single HTTP request
Bulk APIsAsynchronous push/pull of large record sets
Notification APIsSubscribe to real-time record change events
Query APIs (COQL)SQL-style SELECT queries against CRM module data
GraphQL APIsFetch specific fields/relationships efficiently (mentioned in developer docs)

Authentication

OAuth 2.0 with client credentials (client ID, client secret, redirect URI). Access tokens expire on a configurable schedule; refresh tokens renew access. A Postman collection is provided for all V8 API calls (Zoho CRM V8 API collection).

COQL (CRM Object Query Language)

COQL uses SQL-like SELECT syntax to query CRM records, supporting WHERE, ORDER BY, GROUP BY, and JOIN-equivalent operations across related modules. Used in both the API Query endpoint and within MCP server operations.

V8 CRM Integration Tasks in Deluge (April 2026)

New integration tasks available in Deluge scripts built on V8 APIs: Create Record, Bulk Create, Get Records, Get Related Records, Fetch by ID, Update, Bulk Update, Update Related Record, Search Records, Attach File, Convert Lead, Get Fields, Upsert Record (Releasebot: April 2026 Zoho updates).