← All plugins
close
v1.0.3Reference and update Close CRM
Codex
by CloseMIT5kupdated 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/close/ inside the repository.
Layout
plugins/close/
└── .codex-plugin/plugin.json
Manifests1
plugins/close/.codex-plugin/plugin.json
{
"name": "close",
"version": "1.0.3",
"description": "Reference and update Close CRM",
"author": {
"name": "Close",
"url": "https://www.close.com"
},
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Close",
"developerName": "Close",
"shortDescription": "Reference and update Close CRM",
"longDescription": "With Close's ChatGPT app, ChatGPT will be able to reference and update Close for any task you can dream up. Whether you need to generate a custom report, research and create a new lead list, get a summary of recent interactions with a customer, or create new Workflows - all you have to do is ask ChatGPT to take care of it for you.",
"category": "Business & Operations",
"capabilities": [],
"brandColor": "#50C078",
"defaultPrompt": [
"Find Close opportunities with no recent activity and summarize recommended next steps.",
"Search Close for leads from a company and summarize status, owner, and last touch.",
"Create a pipeline review from Close for deals closing this month."
],
"screenshots": [],
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png",
"logoDark": "./assets/logo-dark.png",
"websiteURL": "https://www.close.com"
},
"homepage": "https://www.close.com"
}