zoho-crm-crud

Perform CRUD operations, COQL queries, and batched composite API calls on Zoho CRM modules.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ludoplex/openclaw-deploy-template --skill zoho-crm-crud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zoho-crm-crud
Source: https://github.com/ludoplex/openclaw-deploy-template/tree/main/openclaw-deploy-template/agents/ops/skills/zoho-crm-crud
Command: npx skills add https://github.com/ludoplex/openclaw-deploy-template --skill zoho-crm-crud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CRM teams often manage Zoho CRM data across Leads, Contacts, Accounts, and Deals with ad hoc scripts, leading to data silos and duplication. This skill provides a cohesive, API-driven approach to perform CRUD operations, COQL queries, and batched composite requests in a single, repeatable workflow.

Core Features & Use Cases

  • Upsert with duplicate check on Email to prevent duplicates.
  • Read operations for Leads, Contacts, Accounts, Deals, and other modules.
  • COQL queries with SELECT statements for field retrieval and filtering.
  • Composite API batching to execute multiple requests in a single call (up to 100 records per batch).
  • Handling field API name differences versus display names to avoid mismatches.

Quick Start

Configure and run the Zoho CRM CRUD skill to upsert a contact, query records via COQL, and execute batched composite requests.

Frequently Asked Questions about zoho-crm-crud

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Zoho CRM data operations for Leads and Contacts?

Automate Zoho CRM data operations by performing CRUD actions, COQL queries, and batched composite API calls. This skill targets sales workflows across Leads, Contacts, Accounts, Deals, and related modules to replace ad hoc scripts.

Can I upsert Zoho CRM records and check for duplicates by Email?

Upsert Zoho CRM records with duplicate checks on Email to prevent duplicates. This ensures data integrity across Contacts, Leads, and other modules by using API-driven upsert actions instead of manual data entry.

What are the limitations of COQL queries in Zoho CRM?

COQL queries in Zoho CRM are limited to SELECT statements without joins and return a maximum of 200 results. They support field retrieval and filtering for modules like Leads, Contacts, Accounts, and Deals.

How many records can I process in a Zoho CRM composite batch API request?

Zoho CRM composite batch API requests support a limit of 100 records per batch. This allows you to execute multiple API calls in a single request to efficiently process bulk CRM data operations.

Why do my Zoho CRM API calls fail due to field name mismatches?

Zoho CRM API calls fail due to differences between field API names and display names. This skill handles field API name differences versus display names to avoid mismatches during CRUD and upsert operations.