Productivity14 toolsBrowser login (OAuth), no API keys
Zoho integration for AI agents
Unified access to Zoho suite apps and business tools
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Zoho once and call the same tools from all of them.
Setup
Connect Zoho through ClawLink's hosted setup for unified access to Zoho suite apps and business tools.
- Auth: Browser login (OAuth), no API keys. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Zoho exposes 14 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
zoho_get_module_fields | Retrieves field metadata for a Zoho CRM module including API names, data types, permissions | Read |
zoho_get_related_lists | Retrieves related list metadata for a Zoho CRM module to discover correct api_name values | Read |
zoho_get_related_records | Fetch related-list records (e.g., Notes, Attachments, Emails) for a Zoho CRM parent record | Read |
zoho_get_zoho_records | Retrieves records from a specified module in Zoho CRM | Read |
zoho_get_zoho_users | Retrieve users from Zoho CRM | Read |
zoho_list_modules | Lists all available Zoho CRM modules (standard + custom) to reliably select module API | Read |
zoho_list_record_attachments | List attachment metadata (id, File_Name, Size, Created_Time, etc.) for a specific Zoho CRM | Read |
zoho_search_zoho_records | Search for records within a Zoho CRM module using server-side queries | Read |
zoho_convert_zoho_lead | Converts a lead into a contact, account, and optionally a deal in Zoho CRM | Read |
zoho_create_zoho_record | Creates new records in a specified module in Zoho CRM | Write |
zoho_create_zoho_tag | Creates a new tag in Zoho CRM for a specific module | Write |
zoho_update_related_records | Associates or updates relationships between records across different modules in Zoho CRM | Write |
zoho_update_zoho_record | Updates existing records in a specified module in Zoho CRM | Write |
zoho_upload_attachment | Upload a file or attach a URL as an Attachment to a specific Zoho CRM record | Write |