plugins marketplace
← All plugins

docusign

v1.0.3

Automate contract creation and insights

Codex

by DocusignMIT5kupdated 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/docusign/ inside the repository.

Layout

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

Manifests1

plugins/docusign/.codex-plugin/plugin.json
{
  "name": "docusign",
  "version": "1.0.3",
  "description": "Automate contract creation and insights",
  "author": {
    "name": "Docusign",
    "url": "https://www.docusign.com"
  },
  "repository": "https://github.com/openai/plugins",
  "license": "MIT",
  "keywords": [],
  "apps": "./.app.json",
  "interface": {
    "displayName": "Docusign",
    "developerName": "Docusign",
    "shortDescription": "Automate contract creation and insights",
    "longDescription": "Simplify contract management with intelligent automation powered by Docusign. Go beyond simple execution to make complex agreement workflows effortless. Use natural language to create and send a contract, instantly surface insights like renewal dates and key obligations, and automate workflows that keep your business moving faster and with less friction.",
    "category": "Productivity",
    "capabilities": [],
    "brandColor": "#FFCC00",
    "defaultPrompt": [
      "Find DocuSign envelopes waiting on me and summarize what needs action.",
      "Search for agreements with a customer and pull signing status, recipients, and key dates.",
      "Review recently completed envelopes and extract renewal or obligation dates."
    ],
    "screenshots": [],
    "composerIcon": "./assets/logo.png",
    "logo": "./assets/logo.png",
    "logoDark": "./assets/logo-dark.png",
    "websiteURL": "https://www.docusign.com"
  },
  "homepage": "https://www.docusign.com"
}