plugins marketplace
← All plugins

sendgrid

v0.1.2

Connector for interacting with the SendGrid email API.

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/sendgrid/ inside the repository.

Layout

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

Manifests1

plugins/sendgrid/.codex-plugin/plugin.json
{
  "name": "sendgrid",
  "version": "0.1.2",
  "description": "Connector for interacting with the SendGrid email API.",
  "author": {
    "name": "OpenAI",
    "url": "https://sendgrid.com/"
  },
  "homepage": "https://sendgrid.com/",
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "SendGrid",
    "shortDescription": "Connector for interacting with the SendGrid email API.",
    "developerName": "OpenAI",
    "category": "Developer Tools",
    "capabilities": [],
    "websiteURL": "https://sendgrid.com/",
    "privacyPolicyURL": "https://www.twilio.com/legal/privacy",
    "defaultPrompt": [
      "Review email metrics and summarize deliverability"
    ],
    "screenshots": [],
    "longDescription": "Connector for interacting with the SendGrid email API.",
    "composerIcon": "./assets/app-icon.png",
    "logo": "./assets/app-icon.png"
  }
}