intercom
OfficialIntercom REST API for automations.
Authorvm0-ai
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill enables programmatic management of customers, conversations, messages, and knowledge content via Intercom.
Core Features & Use Cases
- Manage contacts - create, update, search, delete profiles
- Handle conversations - list, search, reply, assign, close
- Send messages - create and send messages to contacts
- Manage companies and articles - access help center content and organizations
Quick Start
bash -c 'curl -s "https://api.intercom.io/contacts" -H "Authorization: Bearer ${INTERCOM_ACCESS_TOKEN}" -H "Accept: application/json" -H "Intercom-Version: 2.14" -d '{"email": "user@example.com", "name": "John Doe"}'' | jq .
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: intercom Download link: https://github.com/vm0-ai/vm0-skills/archive/main.zip#intercom Please download this .zip file, extract it, and install it in the .claude/skills/ directory.