intercom-migration-deep-dive
Installation
SKILL.md
Intercom Migration Deep Dive
Overview
Comprehensive guide for migrating to Intercom from other platforms (Zendesk, Freshdesk, HelpScout) or bulk-importing data. Covers contact import, company import, tags, Help Center articles, orchestration, and post-migration validation. The full runnable TypeScript for every phase lives in references/implementation.md; this file carries the workflow and the first-phase skeleton so you can follow it end to end, then drill into the reference for depth.
Prerequisites
- Intercom workspace with an access token exported as
INTERCOM_ACCESS_TOKEN - Source system data exported (CSV or API access)
- The
intercom-clientSDK installed (npm install intercom-client) - Feature flag infrastructure for gradual cutover
- Rollback strategy tested