intercom-crm

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Intercom Skill

Intercom Skill

Manage customer messaging and support with Intercom's conversational platform.
借助Intercom的对话平台管理客户消息与支持服务。

Quick Install

快速安装

bash
curl -sSL https://canifi.com/skills/intercom-crm/install.sh | bash
Or manually:
bash
cp -r skills/intercom-crm ~/.canifi/skills/
bash
curl -sSL https://canifi.com/skills/intercom-crm/install.sh | bash
或者手动安装:
bash
cp -r skills/intercom-crm ~/.canifi/skills/

Setup

配置步骤

Configure via canifi-env:
bash
undefined
通过canifi-env进行配置:
bash
undefined

First, ensure canifi-env is installed:

First, ensure canifi-env is installed:

canifi-env set INTERCOM_ACCESS_TOKEN "your_access_token" canifi-env set INTERCOM_APP_ID "your_app_id"
undefined
canifi-env set INTERCOM_ACCESS_TOKEN "your_access_token" canifi-env set INTERCOM_APP_ID "your_app_id"
undefined

Privacy & Authentication

隐私与认证

Your credentials, your choice. Canifi LifeOS respects your privacy.
你的凭证,由你掌控。Canifi LifeOS 尊重你的隐私。

Option 1: Manual Browser Login (Recommended)

选项1:手动浏览器登录(推荐)

If you prefer not to share credentials with Claude Code:
  1. Complete the Browser Automation Setup using CDP mode
  2. Login to the service manually in the Playwright-controlled Chrome window
  3. Claude will use your authenticated session without ever seeing your password
如果你不想与Claude Code共享凭证:
  1. 使用CDP模式完成浏览器自动化配置
  2. 在Playwright控制的Chrome窗口中手动登录该服务
  3. Claude将使用你的已认证会话,全程不会获取你的密码

Option 2: Environment Variables

选项2:环境变量

If you're comfortable sharing credentials, you can store them locally:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
如果你愿意共享凭证,可以将其存储在本地:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
注意:存储在canifi-env中的凭证仅能在你的本地设备访问,绝不会被传输至外部。

Capabilities

功能特性

  1. Conversation Management: Handle live chat and messenger conversations
  2. User Management: Track and segment users with custom attributes
  3. Automated Messages: Create targeted in-app messages and bots
  4. Help Center: Manage knowledge base articles and collections
  5. Product Tours: Create and manage onboarding product tours
  1. 对话管理:处理实时聊天与信使对话
  2. 用户管理:通过自定义属性跟踪和细分用户
  3. 自动消息:创建定向应用内消息与机器人
  4. 帮助中心:管理知识库文章与合集
  5. 产品导览:创建并管理新手引导产品导览

Usage Examples

使用示例

Reply to Conversation

回复对话

User: "Reply to the latest Intercom conversation from John"
Assistant: Sends reply in active conversation
用户:"回复来自John的最新Intercom对话"
助手:在活跃对话中发送回复

Create User

创建用户

User: "Add a new user to Intercom with email sarah@company.com"
Assistant: Creates user with provided details
用户:"添加邮箱为sarah@company.com的新用户到Intercom"
助手:根据提供的信息创建用户

Send Message

发送消息

User: "Send an in-app message to users who signed up this week"
Assistant: Creates targeted message campaign
用户:"向本周注册的用户发送应用内消息"
助手:创建定向消息活动

Search Users

搜索用户

User: "Find all Intercom users on the enterprise plan"
Assistant: Searches users by segment criteria
用户:"查找所有使用企业版套餐的Intercom用户"
助手:根据细分条件搜索用户

Authentication Flow

认证流程

  1. Create app in Intercom Developer Hub
  2. Get access token from app settings
  3. Use Bearer token for API requests
  4. OAuth available for published apps
  1. 在Intercom开发者中心创建应用
  2. 从应用设置中获取访问令牌
  3. 为API请求使用Bearer令牌
  4. 已发布应用支持OAuth

Error Handling

错误处理

ErrorCauseSolution
401 UnauthorizedInvalid tokenVerify access token
403 ForbiddenScope not availableCheck app permissions
404 Not FoundResource not foundVerify ID
429 Rate LimitedToo many requestsImplement backoff
错误原因解决方案
401 未授权令牌无效验证访问令牌
403 禁止访问权限范围不足检查应用权限
404 未找到资源不存在验证ID
429 请求受限请求次数过多实现退避机制

Notes

注意事项

  • Combines messaging, bots, and help desk
  • Resolution bot for automated support
  • Series for visual automation builder
  • Product tours for onboarding
  • Custom bots with Fin AI
  • API rate limit varies by plan
  • 整合消息、机器人与帮助台功能
  • 提供用于自动支持的解决机器人
  • 可视化自动化构建器Series
  • 用于新手引导的产品导览
  • 搭载Fin AI的自定义机器人
  • API请求限额因套餐而异