CRM migration
Field-level mapping, validation, and rollback between SimplyConvert and Nutshell. We move data and schema; workflows are rebuilt natively in Nutshell.
SimplyConvert
Source
Nutshell
Destination
Compatibility
11 of 11
objects map 1:1 between SimplyConvert and Nutshell.
Complexity
BStandard
Timeline
48–72 hours
Overview
SimplyConvert and Nutshell serve fundamentally different markets: SimplyConvert is a legal-intake CRM built around cases, client qualification, and referral routing, while Nutshell is a general SMB sales CRM organized around People, Companies, Leads, and Deals. The migration challenge lies in decomposing SimplyConvert's case-centric data model into Nutshell's relational structure — Cases become either Nutshell People (for intake contacts) or Deals (for qualified matters), with referral records surfacing as a custom field or linked activity note. Nutshell's API supports Contacts, Companies, Leads, and Activities via JSON-RPC with per-method rate limits (List operations capped at 300/minute), requiring batched writes for large case volumes. We preserve SimplyConvert's chatbot conversation timestamps, intake form responses, and referral attribution as custom fields and activity history in Nutshell. Any automation logic — intake qualification trees, auto-reject rules, referral routing workflows — must be rebuilt in Nutshell's automation tools post-migration. We run a sample migration first, then a full delta-pickup run to capture in-flight matters during cutover.
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 SimplyConvert object lands in Nutshell, including any object-level transformations, lookup resolution, or schema-design dependencies.
Typical mapping — final map is confirmed during the sample migration step.
SimplyConvert
Case
Nutshell
Deal
1:1SimplyConvert's Case is the core legal-matter record. In Nutshell, Cases translate to Deals where the deal name reflects the matter identifier, amount stores the estimated settlement value, and stage maps to Nutshell's pipeline stages. Custom intake fields (practice area, tort type, incident date) migrate as custom fields on the Nutshell Deal.
SimplyConvert
Client (intake contact)
Nutshell
Person
1:1SimplyConvert's Client record (the person entering the intake chatbot) maps directly to Nutshell's Person record. Name, email, phone, address, and any custom profile fields carry over. Chatbot conversation history is preserved as Activities (Tasks with type='Chat') linked to the Person record.
SimplyConvert
Referral
Nutshell
Custom Field on Person / Deal
1:1SimplyConvert's Referral Platform records the referring partner, firm, and routing status. Nutshell has no native referral object. We create a custom field Referral_Source__c on Person and a corresponding Referral_Attribution__c on Deal, storing the referral partner name and firm. Routing status (Accepted, Referred Out) is noted in a Deal activity.
SimplyConvert
Intake Conversation
Nutshell
Activity / Task
1:1Each chatbot conversation session in SimplyConvert generates a structured intake transcript. We map this to Nutshell Tasks with Subject='Intake Conversation' and the Body containing the conversation summary. Original timestamps and intake form responses are preserved in the task description for audit purposes.
SimplyConvert
Intake Qualification Result
Nutshell
Custom Field on Person
1:1SimplyConvert's AI qualification engine outputs a qualification score and recommendation (Qualified / Rejected / Referred). Nutshell has no native qualification score field. We create Intake_Qualification__c (picklist) and Intake_Score__c (number) on the Person record, preserving the source system's decision for reference during the Nutshell onboarding period.
SimplyConvert
Document / Attachment
Nutshell
File Attachment on Deal
1:1SimplyConvert supports document uploads per case (intake forms, contracts, medical records). Nutshell attachments link to Deals. We re-upload documents to Nutshell's file storage and link them to the corresponding Deal. Large batch uploads (>200/min) may be throttled by Nutshell's document rate limit — we batch in groups of 150.
SimplyConvert
Practice Area
Nutshell
Custom Field on Deal
1:1SimplyConvert classifies each case by practice area (Mass Torts, Employment, Medical Malpractice, etc.). Nutshell has no native practice-area field. We create Practice_Area__c as a picklist custom field on Deal, preserving all source values so the Nutshell pipeline view can be filtered by practice area without creating separate CRM workspaces.
SimplyConvert
Case Status
Nutshell
Deal Stage
1:1SimplyConvert case statuses (New, Under Review, Accepted, Rejected, Referred Out, Settled) do not map 1:1 to Nutshell deal stages. We create a value-mapping table where each SimplyConvert status maps to a corresponding Nutshell stage name and probability percentage. Settled cases may be archived as Closed Won with a custom 'Settled' sub-status field.
SimplyConvert
Staff Assignment
Nutshell
Deal Owner (User)
1:1SimplyConvert assigns staff members to cases. Nutshell Deal Owner maps to the assigned user's email. We resolve by email match against Nutshell users. Unmatched staff assignments are flagged and assigned to a fallback owner (configurable) before migration commits. The fallback owner is typically a designated migration admin or the Nutshell account administrator to ensure no records are left without proper assignment.
SimplyConvert
Firm Account
Nutshell
Company
1:1SimplyConvert's Firm record (the law firm itself or partner firms in referral network) maps to Nutshell's Company object. Firm name, domain, address, and industry classification carry over directly. Referral-partner firms are stored as Companies with a custom Type__c = 'Referral Partner' field.
SimplyConvert
Settlement Value
Nutshell
Deal Amount
1:1SimplyConvert stores estimated settlement value per case. This maps directly to Nutshell's Deal Amount field. Historical settled cases carry their final settlement amount; open cases carry the estimated value. We preserve the original estimate vs. final as separate custom fields if both exist in the source.
| SimplyConvert | Nutshell | Compatibility | |
|---|---|---|---|
| Case | Deal1:1 | Fully supported | |
| Client (intake contact) | Person1:1 | Fully supported | |
| Referral | Custom Field on Person / Deal1:1 | Fully supported | |
| Intake Conversation | Activity / Task1:1 | Fully supported | |
| Intake Qualification Result | Custom Field on Person1:1 | Fully supported | |
| Document / Attachment | File Attachment on Deal1:1 | Fully supported | |
| Practice Area | Custom Field on Deal1:1 | Fully supported | |
| Case Status | Deal Stage1:1 | Fully supported | |
| Staff Assignment | Deal Owner (User)1:1 | Fully supported | |
| Firm Account | Company1:1 | Fully supported | |
| Settlement Value | Deal Amount1:1 | 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.
SimplyConvert gotchas
Per-conversion billing requires conversion-status audit before migration
No bulk export endpoint forces pagination under strict rate limits
No standalone Contact object requires structural flattening
API key generation requires direct vendor contact
Named litigation groupings not exposed as filterable objects
Nutshell gotchas
Contact tier limits enforced on import
No bulk API endpoint requires paginated extraction
Email sequences not exportable via API
Foundation plan disables key sales features
Pair-specific challenges
Migration approach
Export SimplyConvert data via API and audit field inventory
FlitStack AI connects to SimplyConvert using your API key and pulls all Cases, Clients, Referrals, Intake Conversations, and Documents. We run a data-quality audit — flagging missing email addresses, duplicate case IDs, and records with no settlement value — and surface the inventory before writing a single record to Nutshell. This step generates a field inventory list showing every custom intake field in your SimplyConvert account so we can plan the Nutshell custom-field creation before the test migration runs.
Create Nutshell custom fields and configure pipeline stages
Before data moves, FlitStack creates the custom fields needed in Nutshell: Practice_Area__c, Intake_Qualification__c, Intake_Score__c, Tort_Type__c, Referral_Source__c, Referred_Out__c, Incident_Date__c, and any other custom properties identified in the field inventory. We map your SimplyConvert case statuses to Nutshell deal stage names and probabilities. If your firm uses multiple practice areas, we configure Nutshell's List view filters on Practice_Area__c so your team can segment matters without separate workspaces.
Resolve SimplyConvert staff assignments to Nutshell users
SimplyConvert staff assigned to cases are resolved by email match against Nutshell user accounts. We pull your Nutshell user list and cross-reference against SimplyConvert's assigned_staff_id field. Any SimplyConvert staff without a matching Nutshell account are flagged with the account email — your team creates the Nutshell user or assigns those cases to a fallback owner before migration commits. No case lands in Nutshell without a valid owner.
Run sample migration with field-level diff
A representative slice of 100–500 records — spanning multiple practice areas, case statuses, and referral types — migrates to Nutshell first. We generate a field-level diff report comparing source values against Nutshell destination values for every mapped field. You review the diff to confirm practice-area mapping, referral attribution, and intake qualification field placement before the full run commits. If any mapping needs adjustment, we update the transformation logic and re-run the sample at no additional cost.
Execute full migration with delta-pickup window
The full dataset migrates to Nutshell. A delta-pickup window (typically 24–48 hours) captures any new cases created or status changes made in SimplyConvert during the cutover period. All conversation history, documents, and referral links are written to Nutshell. FlitStack AI logs every operation to an audit trail. If reconciliation detects missing records or incorrect owner assignments, one-click rollback reverts the Nutshell state to pre-migration and flags the affected records for review before a second attempt.
Platform deep dives
SimplyConvert
Source
Strengths
Weaknesses
Nutshell
Destination
Strengths
Weaknesses
Complexity grading
Standard CRM migration. 1 of 8 objects need a mapping; the rest are 1:1.
Overall complexity
Standard migration
Derived from compatibility, mapping clarity, API constraints, and data volume across SimplyConvert and Nutshell.
Object compatibility
1 of 8 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
8-object category — typical timelines run 2–7 days end-to-end.
API constraints
SimplyConvert: 300 req/min for List Cases; 2000 req/min for Get Case and Create Case; 200 req/min for Upload Documents and Download Documents; 2000 req/min for all unspecified endpoints.
Data volume sensitivity
SimplyConvert 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 SimplyConvert to Nutshell migration scoping. Not seeing yours? Book a call.
Walk through your SimplyConvert to Nutshell migration with a real engineer — 30 minutes, free, written quote within 24 hours.
Book a free 30 minute consultationAdjacent paths
Other ways to leave SimplyConvert
Other ways to arrive at Nutshell
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.