Zoho CRM
Customer relationship management platform for sales, marketing, and support
Tools
| Name | Description |
|---|---|
create_recordCreate a new record in a Zoho CRM module | Create a new record in a Zoho CRM module |
update_recordUpdate an existing record in a Zoho CRM module | Update an existing record in a Zoho CRM module |
search_recordsSearch records in a module using criteria | Search records in a module using criteria |
list_recordsList records in a module | List records in a module |
get_recordGet a single record by ID | Get a single record by ID |
delete_recordDelete a record by ID | Delete a record by ID |
custom_api_callMake a custom API call to the Zoho CRM API | Make a custom API call to the Zoho CRM API |
Triggers
| Name | Description |
|---|---|
new_recordTriggers when a new record is created in a module | Triggers when a new record is created in a module |
record_updatedTriggers when a record is updated in a module | Triggers when a record is updated in a module |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('zoho-crm', 'create_record', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'zoho-crm',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Zoho CRM to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Zoho CRM support?
Zoho CRM supports 7 tools including Create Record, Update Record, Search Records, List Records, Get Record, and more.
Can I use Zoho CRM with AI agents?
Yes. Add Zoho CRM to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Zoho CRM to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Zoho CRM as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Zoho CRM tools exposed by that workspace.
Does Zoho CRM work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Zoho CRM work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Zoho CRM?
Zoho CRM exposes 7 tools, including Create Record, Update Record, Search Records, List Records, Get Record, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Zoho CRM be used in stateful agent workflows?
Yes. Agents can combine Zoho CRM tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Zoho CRM use?
Zoho CRM uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Zoho CRM integration cost?
The Zoho CRM integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Zoho CRM support?
Zoho CRM supports 2 triggers including New Record, Record Updated.
Connect Zoho CRM in minutes
Get 20,000 free action executions every month. No credit card required.