← All plugins
highlevel
v1.0.2HighLevel gives agencies a unified CRM, automation, and client communication platform.
Codex
by HighLevelMIT5kupdated 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/highlevel/ inside the repository.
Layout
plugins/highlevel/
└── .codex-plugin/plugin.json
Manifests1
plugins/highlevel/.codex-plugin/plugin.json
{
"name": "highlevel",
"version": "1.0.2",
"description": "HighLevel gives agencies a unified CRM, automation, and client communication platform.",
"author": {
"url": "https://www.gohighlevel.com",
"name": "HighLevel"
},
"homepage": "https://www.gohighlevel.com",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "HighLevel",
"shortDescription": "HighLevel gives agencies a unified CRM, automation, and client communication platform.",
"longDescription": "HighLevel gives agencies a unified CRM, automation, and client communication platform. This connector lets you securely bring HighLevel data—contacts, opportunities, appointments, conversations and more—into GPT, turning raw records into clear summaries, next-step recommendations, and ready-to-use content. Analyze pipelines, qualify leads, and prepare follow-ups in seconds without leaving the chat.",
"category": "Productivity",
"capabilities": [],
"websiteURL": "https://www.gohighlevel.com",
"privacyPolicyURL": "https://www.gohighlevel.com/privacy-policy",
"termsOfServiceURL": "https://www.gohighlevel.com/terms-of-service",
"defaultPrompt": [
"Give me overview of how things have been"
],
"screenshots": [],
"composerIcon": "./assets/app-icon.png",
"logo": "./assets/app-icon.png",
"developerName": "HighLevel"
}
}