plugins marketplace
← All plugins

help-scout

v1.0.3

Connect to sync Help Scout mailboxes and conversations for use in Codex.

Codex

by OpenAIMIT5kupdated 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/help-scout/ inside the repository.

Layout

plugins/help-scout/
└── .codex-plugin/plugin.json

Manifests1

plugins/help-scout/.codex-plugin/plugin.json
{
  "name": "help-scout",
  "version": "1.0.3",
  "description": "Connect to sync Help Scout mailboxes and conversations for use in Codex.",
  "author": {
    "name": "OpenAI",
    "url": "https://www.helpscout.com/"
  },
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Help Scout",
    "shortDescription": "Connect to sync Help Scout mailboxes and conversations for use in Codex.",
    "longDescription": "Connect to sync Help Scout mailboxes and conversations for use in Codex.",
    "developerName": "OpenAI",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "Summarize the Help Scout thread and next actions"
    ],
    "screenshots": [],
    "websiteURL": "https://www.helpscout.com/",
    "privacyPolicyURL": "https://www.helpscout.com/privacy/",
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "logoDark": "./assets/logo-dark.png"
  },
  "homepage": "https://www.helpscout.com/"
}