← All plugins
intercom
v1.0.3Customer conversations, contacts, tickets, and support workflows from Intercom
Codex
by IntercomMIT5kupdated 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/intercom/ inside the repository.
Layout
plugins/intercom/
└── .codex-plugin/plugin.json
Manifests1
plugins/intercom/.codex-plugin/plugin.json
{
"name": "intercom",
"version": "1.0.3",
"description": "Customer conversations, contacts, tickets, and support workflows from Intercom",
"author": {
"name": "Intercom",
"url": "https://www.intercom.com"
},
"homepage": "https://www.intercom.com",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [],
"apps": "./.app.json",
"interface": {
"displayName": "Intercom",
"shortDescription": "Customer conversations, contacts, tickets, and support workflows from Intercom",
"longDescription": "Customer conversations, contacts, tickets, and support workflows from Intercom",
"developerName": "Intercom",
"category": "Business & Operations",
"capabilities": [],
"websiteURL": "https://www.intercom.com",
"privacyPolicyURL": "https://www.intercom.com/legal/privacy",
"termsOfServiceURL": "https://www.intercom.com/legal/terms-and-policies",
"defaultPrompt": [
"Search Intercom for open billing conversations and summarize top issues.",
"Find Intercom contacts from example.com and pull recent conversation history.",
"Fetch this Intercom conversation and draft next steps."
],
"brandColor": "#1F8DED",
"composerIcon": "./assets/logo.png",
"logo": "./assets/logo.png",
"logoDark": "./assets/logo-dark.png",
"screenshots": []
}
}