← All plugins
pipedrive
v1.0.3Connect to sync Pipedrive deals and contacts for use in Codex.
Codex
by OpenAIMIT5kupdated 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/pipedrive/ inside the repository.
Layout
plugins/pipedrive/
└── .codex-plugin/plugin.json
Manifests1
plugins/pipedrive/.codex-plugin/plugin.json
{
"name": "pipedrive",
"version": "1.0.3",
"description": "Connect to sync Pipedrive deals and contacts for use in Codex.",
"author": {
"name": "OpenAI",
"url": "https://www.pipedrive.com/"
},
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Pipedrive",
"shortDescription": "Connect to sync Pipedrive deals and contacts for use in Codex.",
"longDescription": "Connect to sync Pipedrive deals and contacts for use in Codex.",
"developerName": "OpenAI",
"category": "Business & Operations",
"capabilities": [],
"defaultPrompt": [
"Find the latest deal status in Pipedrive"
],
"screenshots": [],
"websiteURL": "https://www.pipedrive.com/",
"privacyPolicyURL": "https://www.pipedrive.com/en/privacy",
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png"
},
"homepage": "https://www.pipedrive.com/"
}