intercom-core-workflow-b

Installation
SKILL.md

Intercom Conversations & Messaging

Overview

Manage the full conversation lifecycle: create, reply (as admin or contact), assign to teams, close, snooze, and tag. Conversations contain threaded "parts" including messages, notes, and assignments.

This SKILL.md gives you the high-level workflow and the essential skeleton. The complete step-by-step code for all seven operations lives in references/implementation.md; realistic end-to-end scenarios are in references/examples.md.

Prerequisites

  • Completed intercom-install-auth setup (provides the INTERCOM_ACCESS_TOKEN)
  • Admin ID (from client.admins.list())
  • Contact IDs for conversation participants

Authentication

All calls authenticate with a bearer access token supplied to the SDK client — see intercom-install-auth for how to obtain and store it. Read it from the environment, never hard-code it:

import { IntercomClient } from "intercom-client";
Installs
1
GitHub Stars
2.8K
First Seen
13 days ago
intercom-core-workflow-b — jeremylongshore/tons-of-skills-marketplace