zoho
Interact with Zoho CRM, Projects, and Meeting APIs. Use when managing deals, contacts, leads, tasks, projects, milestones, meeting recordings, or any Zoho workspace data. Triggers on mentions of Zoho, CRM, deals, pipeline, projects, tasks, milestones, meetings, recordings, standups.
Why use this skill?
Integrate OpenClaw with Zoho to automate CRM deals, project tasks, and meeting management. Improve your workflow with secure, automated Zoho API connectivity.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/shreefentsar/zohoWhat This Skill Does
The Zoho skill for OpenClaw is a powerful integration layer designed to unify your workflow across the Zoho ecosystem. It provides a seamless interface to manage CRM data, track project milestones, and retrieve meeting information directly through your AI agent. By leveraging the Zoho API, this skill allows users to perform complex administrative tasks such as updating deal statuses in the CRM, listing pending tasks in Zoho Projects, or accessing details from past meeting recordings. It abstracts away the complexity of OAuth authentication and token management, ensuring that your agent always has secure, reliable access to your workspace data without manual intervention.
Installation
To integrate this skill into your environment, follow these steps:
- Execute
clawhub install openclaw/skills/skills/shreefentsar/zohoin your terminal. - Access the Zoho API Console to create a Server-based Application.
- Complete the OAuth flow as outlined in the documentation to generate your refresh token.
- Configure your environment variables to store your Client ID, Client Secret, and Refresh Token.
- Once configured, the
zohoCLI wrapper will handle ongoing authentication and token refreshing automatically, allowing your agent to remain active for extended periods.
Use Cases
This skill is perfect for sales teams needing real-time CRM updates, project managers overseeing complex timelines, and remote teams managing meeting documentation. You can use it to automatically update a contact's lead status based on an email thread, query the status of project tasks during a standup, or list all recordings from last week's client meetings to prepare for quarterly reviews.
Example Prompts
- "Zoho, please list all high-priority tasks in the Marketing project for this week."
- "Check the current pipeline in Zoho CRM and tell me which deals are in the negotiation stage."
- "Summarize the key action items from the latest meeting recording found in Zoho Meeting."
Tips & Limitations
- Token Expiry: The access token expires every hour, but the skill handles this via the refresh token. Ensure your refresh token is stored securely.
- Data Centers: Always ensure the Accounts URL provided during authentication matches the data center where your organization is hosted.
- Rate Limiting: Zoho imposes API rate limits. Avoid high-frequency polling in automated scripts to prevent potential service disruptions.
- Permissions: Ensure your generated OAuth tokens have the necessary scopes defined in the setup documentation to prevent 'Access Denied' errors during execution.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-shreefentsar-zoho": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api