Weavz
Zoho CRM

Zoho CRM

Customer relationship management platform for sales, marketing, and support

7 tools
2 triggers
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
create_record

Create a new record in a Zoho CRM module

update_record

Update an existing record in a Zoho CRM module

search_records

Search records in a module using criteria

list_records

List records in a module

get_record

Get a single record by ID

delete_record

Delete a record by ID

custom_api_call

Make a custom API call to the Zoho CRM API

Triggers

Name
new_record

Triggers when a new record is created in a module

record_updated

Triggers when a record is updated in a module

Quick Start

TypeScript
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.