Zoho CRM
Customer relationship management platform for sales, marketing, and support
Actions
| 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/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.