← All plugins
zoho
v1.0.3Manage Zoho CRM sales workflows
Codex
by ZohoMIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/zoho/ inside the repository.
Layout
plugins/zoho/
└── .codex-plugin/plugin.json
Manifests1
plugins/zoho/.codex-plugin/plugin.json
{
"name": "zoho",
"version": "1.0.3",
"description": "Manage Zoho CRM sales workflows",
"author": {
"name": "Zoho",
"url": "https://www.zoho.com"
},
"homepage": "https://www.zoho.com",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Zoho",
"shortDescription": "Manage Zoho CRM sales workflows",
"longDescription": "Zoho CRM is an AI-powered sales software that helps businesses of all sizes manage their sales better. With SFA features, advanced automation, easy-to-use UI, advanced analytics, and deep customization capabilities, Zoho CRM truly understands your business. \n\nWith Codex, you can extend the functionalities of Zoho CRM by simply prompting. Your business, your Zoho CRM—powered by Codex.",
"developerName": "Zoho",
"category": "Business & Operations",
"capabilities": [],
"websiteURL": "https://www.zoho.com",
"defaultPrompt": [
"Search Zoho CRM for open deals closing this quarter and summarize the highest-risk opportunities.",
"Find Zoho CRM contacts at an account and summarize recent activities.",
"Pull Zoho CRM organization settings and users needed to audit access."
],
"brandColor": "#0068B8",
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png",
"screenshots": []
}
}