eavz
Zoho CRM

Zoho CRM

Customer relationship management platform for sales, marketing, and support

7 actions
2 triggers

Actions

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/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'zoho-crm',
  actionName: 'create_record',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

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 actions programmatically.

What actions does Zoho CRM support?

Zoho CRM supports 7 actions 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 TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Zoho CRM use?

Zoho CRM uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Zoho CRM integration cost?

The Zoho CRM integration is included on all Weavz plans including the free tier with 1,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 2 minutes

Get 1,000 free actions every month. No credit card required.