← All plugins
apollo
v1.0.2Prospecting and outbound execution in Apollo
Codex
by ApolloMIT5kupdated 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/apollo/ inside the repository.
Layout
plugins/apollo/
└── .codex-plugin/plugin.json
Manifests1
plugins/apollo/.codex-plugin/plugin.json
{
"name": "apollo",
"version": "1.0.2",
"description": "Prospecting and outbound execution in Apollo",
"author": {
"name": "Apollo",
"url": "https://www.apollo.io"
},
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Apollo",
"developerName": "Apollo",
"shortDescription": "Prospecting and outbound execution in Apollo",
"longDescription": "Apollo’s MCP connector lets ChatGPT safely work inside your Apollo workspace to accelerate prospecting and outbound execution. Search and qualify accounts and contacts using Apollo’s data, enrich records, summarize key context, and take action (e.g., create lists, log notes, generate tasks, and draft or assemble outbound using sequences) using your team’s rules and permissions. Designed for speed and control: ChatGPT can pull only what you ask for, respect workspace access, and produce outputs that are ready to review, personalize, and ship.",
"category": "Business & Operations",
"capabilities": [],
"brandColor": "#E8F028",
"defaultPrompt": [
"Find verified contacts matching this ICP in Apollo and rank the best prospects.",
"Research a company in Apollo and identify decision makers for this use case.",
"Build an outreach list for this industry with recent growth or hiring signals."
],
"screenshots": [],
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png",
"websiteURL": "https://www.apollo.io"
},
"homepage": "https://www.apollo.io"
}