zoho-automation

Automate Zoho CRM and business operations through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill zoho-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zoho-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/zoho-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill zoho-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating Zoho's complex interface by providing a standardized, agent-driven approach to executing CRM and business tasks.

Core Features & Use Cases

  • Unified Automation: Execute Zoho operations directly through the Rube MCP interface without manual dashboard navigation.
  • Schema Discovery: Dynamically fetch current tool schemas to ensure compatibility with evolving Zoho API structures.
  • Use Case: Automatically update customer records or trigger follow-up workflows in Zoho CRM based on incoming email or Slack triggers.

Quick Start

Use the zoho-automation skill to search for available tools and update the status of a specific lead in Zoho.

Frequently Asked Questions about zoho-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect my Zoho account to the automation skill?

Connect your account by calling the RUBE_MANAGE_CONNECTIONS tool with the zoho toolkit parameter. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Calling RUBE_SEARCH_TOOLS ensures you have the most current tool schemas, input requirements, and execution plans. This prevents errors caused by outdated tool definitions or schema changes in the Zoho API.

Can I perform bulk operations with this skill?

Yes, use the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool function to handle bulk Zoho operations efficiently within a single session.

What should I do if a tool execution fails?

Verify that your connection status is ACTIVE using RUBE_MANAGE_CONNECTIONS and confirm that your arguments strictly match the schema returned by the latest RUBE_SEARCH_TOOLS call.