plugins marketplace
← All plugins

zoominfo

v1.0.2

Prospecting and account research with ZoomInfo

Codex

by ZoomInfoMIT5kupdated 3 weeks ago

Source

git clone https://github.com/openai/plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/zoominfo/ inside the repository.

Layout

plugins/zoominfo/
└── .codex-plugin/plugin.json

Manifests1

plugins/zoominfo/.codex-plugin/plugin.json
{
  "name": "zoominfo",
  "version": "1.0.2",
  "description": "Prospecting and account research with ZoomInfo",
  "author": {
    "name": "ZoomInfo",
    "url": "https://www.zoominfo.com"
  },
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "ZoomInfo",
    "developerName": "ZoomInfo",
    "shortDescription": "Prospecting and account research with ZoomInfo",
    "longDescription": "Access ZoomInfo’s data and AI context within ChatGPT. Prospecting, Account Research, Verified Contacts, buying signals, and more are now available directly in your conversations.",
    "category": "Business & Operations",
    "capabilities": [],
    "brandColor": "#E81818",
    "defaultPrompt": [
      "Find target accounts in this industry and region with buying signals, then rank the best prospects.",
      "Build a contact list for decision makers at these accounts with titles and company context.",
      "Research a company in ZoomInfo and identify likely outreach hooks."
    ],
    "screenshots": [],
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "websiteURL": "https://www.zoominfo.com"
  },
  "homepage": "https://www.zoominfo.com"
}