Helpdesk migration
Field-level mapping, validation, and rollback between Novo Customer Support and Intercom. We move data and schema; workflows are rebuilt natively in Intercom.
Novo Customer Support
Source
Intercom
Destination
Compatibility
9 of 11
objects map 1:1 between Novo Customer Support and Intercom.
Complexity
CModerate
Timeline
2-4 weeks
Overview
Moving from Novo Customer Support to Intercom is a structured migration from a lightweight helpdesk with limited automation depth into a multi-channel customer messaging platform built around conversation-driven support, AI-first resolution, and a Knowledge Hub for self-service. Novo organizes support around Tickets, Customers, Companies, Agents, and Teams with threaded Conversations on each ticket; Intercom uses Conversations as the central object with Contacts, Companies, Admins, and a Knowledge Hub. We map each Novo ticket to an Intercom conversation with full message history, resolve agent-to-teammate permissions, translate custom ticket fields to Intercom custom attributes, and migrate Knowledge Base articles into Intercom Collections. Novo's sparse technical documentation and absence of published API specifications require an explicit API discovery phase before we commit to a migration timeline; we request sample endpoint responses during scoping to validate export capacity and rate-limit behavior. Workflows, routing rules, and Fin AI Agent configuration do not migrate as code; we deliver a written inventory of active automations for the customer's admin to rebuild inside Intercom's workflow builder.
Every standard and custom field arrives verified.
AI proposes the map; you confirm before any record moves.
Parent–child, lookups, and ownership stay linked.
Calls, emails, meetings — with original timestamps.
Documents, uploads, and inline notes move with the record.
Why teams make this switch
Leaving
What's pushing teams away
Choosing
What's pulling them in
Object mapping
Each row shows how a Novo Customer Support object lands in Intercom, including any object-level transformations, lookup resolution, or schema-design dependencies.
Typical mapping — final map is confirmed during the sample migration step.
Novo Customer Support
Ticket
Intercom
Conversation
1:1Novo Tickets map directly to Intercom Conversations. Each Conversation inherits the source ticket's subject, status (open, pending, resolved, closed), priority, assignee (mapped to the destination teammate), and custom ticket fields. We preserve the original ticket creation timestamp as a custom attribute for audit ordering. Tags from the source ticket migrate as Conversation tags in Intercom.
Novo Customer Support
Conversation
Intercom
Conversation Part
1:manyNovo's threaded Conversation history on each Ticket maps to Intercom Conversation Parts in chronological order. Each Part carries the author (agent or contact), message body, timestamp, and privacy flag. We validate threading fidelity by checking that the Part sequence preserves the original message order before marking the batch complete.
Novo Customer Support
Customer
Intercom
Contact
1:1Novo Customers map to Intercom Contacts by email as the primary dedupe key. The customer's name, email, phone, and custom properties migrate to Intercom Contact attributes. Novo's role-based permission fields (AD field mapping in enterprise) do not transfer; we flag these as Intercom Admin role assignments to be handled post-migration.
Novo Customer Support
Company
Intercom
Company
1:1Novo Companies map to Intercom Companies 1:1. The company name and domain become the Intercom Company name and website fields. We use the domain as the dedupe key during import. Company-linked contact counts migrate with the relationship preserved via the Contact-to-Company association in Intercom.
Novo Customer Support
Agent
Intercom
Admin or Teammate
1:1Novo Agents map to Intercom Admins (full workspace access) or Teammates (inbox-only access) based on the source agent's permission level. Role-based permission names and OU structures from Novo's enterprise configurations translate to Intercom Team membership and Inbox assignment rules. Agents without a clear permission mapping are assigned as Teammates by default; the customer reviews and upgrades access post-migration.
Novo Customer Support
Team
Intercom
Team
1:1Novo Teams map to Intercom Teams for routing and reporting. We preserve team membership by assigning migrated agents to the corresponding Intercom Team. Intercom Teams control which conversations appear in each inbox, enabling the same routing logic from the source.
Novo Customer Support
Attachment
Intercom
Attachment
1:1File attachments on tickets and conversations migrate as binary blobs with file metadata (name, size, content type) preserved. Intercom restricts certain file types (.exe, .sys, .scr, .shb, .wsf) for security reasons; we check the source attachment inventory pre-migration and flag any prohibited types for the customer's admin to handle outside the migration scope.
Novo Customer Support
KB Article
Intercom
Article
1:1Novo KB Articles map to Intercom Articles within a Collection. We preserve article title, body content, author attribution, and internal/external visibility flags. Internal articles in Novo map to Draft status in Intercom so the customer can review before publishing. Articles are imported in category order for structural fidelity.
Novo Customer Support
KB Category
Intercom
Collection
1:1Novo KB Categories map to Intercom Collections. Each Collection holds the migrated articles and preserves the category hierarchy as a top-level organizational structure. Intercom does not support multi-level nested categories natively; we flatten to single-level Collections and note the original hierarchy in the migration inventory for manual restructuring if needed.
Novo Customer Support
Tag
Intercom
Tag
1:1Tags applied across tickets, customers, and articles migrate as flat taxonomy to Intercom's Tag model. Tag assignments are preserved per record (ticket, contact, company, article). Intercom tags are workspace-global rather than object-scoped, which is the same behavior as Novo's tag taxonomy.
Novo Customer Support
Custom Ticket Field
Intercom
Custom Attribute
lossyCustom fields on Novo tickets require schema discovery before migration because Novo has no published API documentation. We request sample ticket records during scoping to extract the custom field schema, generate a field map, and pre-create each attribute in Intercom via the API before data import. Type conversions (dropdown to text, date format normalization) are handled in the transform layer. Intercom requires custom attributes to exist before data import; we treat attribute creation as a pre-migration step.
| Novo Customer Support | Intercom | Compatibility | |
|---|---|---|---|
| Ticket | Conversation1:1 | Fully supported | |
| Conversation | Conversation Part1:many | Fully supported | |
| Customer | Contact1:1 | Fully supported | |
| Company | Company1:1 | Fully supported | |
| Agent | Admin or Teammate1:1 | Fully supported | |
| Team | Team1:1 | Fully supported | |
| Attachment | Attachment1:1 | Fully supported | |
| KB Article | Article1:1 | Fully supported | |
| KB Category | Collection1:1 | Fully supported | |
| Tag | Tag1:1 | Fully supported | |
| Custom Ticket Field | Custom Attributelossy | Fully supported |
Gotchas + challenges
Platform-specific issues from each side, plus the pair-specific challenges that don't show up on either platform's page on its own.
Novo Customer Support gotchas
Platform identification ambiguity with Novo Bank
Sparse technical documentation limits migration precision
Agent and permission schema translation required
Intercom gotchas
S3 JSON export omits conversation transcripts
Workspace isolation prevents workflow migration
Fin AI resolution fees compound with automation success
Two-year conversation history limit on historical export
Private app rate limits share workspace quota
Pair-specific challenges
Migration approach
API discovery and scoping
We attempt to authenticate against the Novo Customer Support API using provided credentials to enumerate available endpoints, rate limits, and export capacity for Tickets, Conversations, Customers, Companies, Agents, Teams, Attachments, and KB Articles. If the API is inaccessible or undocumented, we request a manual data export via whatever mechanism Novo provides. We pair the API results with a customer-provided data inventory (record counts per object, attachment sizes, KB article count) to confirm migration scope and timeline. We also verify the target Intercom workspace exists and confirm the customer's admin access to create custom attributes pre-import.
Schema extraction and attribute pre-creation
We extract the complete Novo schema including all custom ticket fields, custom field types, and any deprecated or permission-gated objects. We generate a field map that pairs each Novo field with its Intercom equivalent, noting type-conversion requirements (date format normalization, dropdown to text where Intercom lacks an equivalent list type). We then pre-create all required custom attributes in the destination Intercom workspace via the API before any data import begins. This step is blocking: attribute creation must complete before record import starts.
Object import in dependency order
We run production migration in dependency order: Intercom Companies first (dedupe key: domain), then Contacts (dedupe key: email, with CompanyId resolved), then Agents mapped to Admins or Teammates (email match), then Teams, then Conversations (with assignee and contact lookups resolved), then Conversation Parts in chronological order, then Attachments (with size and type validated against Intercom's allowlist), then KB Collections and Articles. Custom ticket fields populate via the pre-created attributes during conversation import. Each phase emits a reconciliation row count before the next phase begins.
Agent permission and Team routing reconciliation
We map each Novo Agent to an Intercom Admin or Teammate and assign them to the corresponding Intercom Team based on the source team membership. Role-based permission names from Novo enterprise configurations are preserved in a custom attribute on each Admin record for manual review. The customer reviews Team assignments and admin access grants in Intercom after migration before granting elevated permissions to any migrated user.
KB article import and publishing review
We import KB Articles into Intercom Collections with article body, title, author, and internal/external visibility flags preserved. Internal articles in Novo become Draft articles in Intercom so the customer can review content before publishing to customers. The flattened collection structure is documented in the migration inventory with notes on the original category hierarchy for manual reorganization if needed.
Cutover, validation, and automation handoff
We freeze writes in Novo during the cutover window, run a delta migration of any records modified during the migration window, then deliver the migration completion report with record counts per object, a reconciliation log of any skipped or truncated records, and the automation inventory document. We do not migrate Workflows, routing rules, or Fin AI Agent configuration as code. The customer reviews the automation inventory and rebuilds active rules in Intercom's workflow builder using the provided field map. We support a 72-hour hypercare window for reconciliation issues raised during the first business day of Intercom-only operations.
Platform deep dives
Novo Customer Support
Source
Strengths
Weaknesses
Intercom
Destination
Strengths
Weaknesses
Complexity grading
Moderate Helpdesk migration. 3 of 7 objects need a mapping; the rest are 1:1.
Overall complexity
Moderate migration
Derived from compatibility, mapping clarity, API constraints, and data volume across Novo Customer Support and Intercom.
Object compatibility
3 of 7 objects need a mapping; the rest are 1:1.
Field mapping clarity
Field mapping is derived from defaults — final spec confirmed during the sample migration.
Timeline complexity
7-object category — typical timelines run 2–7 days end-to-end.
API constraints
Novo Customer Support: Not publicly documented.
Data volume sensitivity
Novo Customer Support doesn't expose a bulk API — REST + parallelization used for high-volume runs.
Estimator
Rule-based pricing — no per-record fees, no manual quotes. Migrations over 2M records are scoped individually.
Step 1
Pick a category, then your source and destination platforms.
Category
FAQ
Answers to the questions buyers ask most during Novo Customer Support to Intercom migration scoping. Not seeing yours? Book a call.
Walk through your Novo Customer Support to Intercom migration with a real engineer — 30 minutes, free, written quote within 24 hours.
Book a free 30 minute consultationAdjacent paths
Other ways to leave Novo Customer Support
Other ways to arrive at Intercom
Ready when you are
Tell us record counts and timeline. We'll come back with a written quote inside 1 business day — no commitment, no sales pitch.