CRM migration

Migrate from SimplyConvert to Nutshell

Field-level mapping, validation, and rollback between SimplyConvert and Nutshell. We move data and schema; workflows are rebuilt natively in Nutshell.

SimplyConvert logo

SimplyConvert

Source

Nutshell

Destination

Nutshell logo

Compatibility

100%

11 of 11

objects map 1:1 between SimplyConvert and Nutshell.

Complexity

BStandard

Timeline

48–72 hours

Rollback included Accuracy guarantee Field-level validation

Overview

What this migration involves

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.

Field-level fidelity

Every standard and custom field arrives verified.

Schema-aware mapping

AI proposes the map; you confirm before any record moves.

Relationships preserved

Parent–child, lookups, and ownership stay linked.

Full activity history

Calls, emails, meetings — with original timestamps.

Attachments & notes

Documents, uploads, and inline notes move with the record.

Why teams make this switch

Two sides of the same decision

Leaving

SimplyConvert logo

SimplyConvert

What's pushing teams away

  • Per-conversion pricing model creates unpredictable and escalating costs as claimant volume grows in active litigations
  • Narrow focus on mass tort intake makes the platform unsuitable for firms with diverse practice areas requiring broader case management
  • Small vendor footprint with 23 employees and ~$1M revenue raises long-term support and platform stability concerns
  • Limited third-party integrations beyond native API constrains how SimplyConvert data connects to downstream accounting, e-billing, or e-discovery tools
  • Custom reporting insufficient for firms managing multiple simultaneous litigations needing cross-case analytics and settlement benchmarking

Choosing

Nutshell logo

Nutshell

What's pulling them in

  • Lowest cost entry point among mid-market CRMs—Foundation plan starts at $13/user/month, making it accessible for teams validating CRM fit before committing.
  • Integrated sales automation and email sequencing on Pro plans without requiring a separate email marketing platform, per verified Capterra reviews.
  • Consistently praised for intuitive interface and fast onboarding, with case studies reporting 100% team adoption rates within initial deployment periods.
  • Strong customer support responsiveness cited across G2 reviews, with dedicated support tiers available on Enterprise plans.
  • Native integrations with WhatsApp, Facebook Messenger, Instagram, and Slack reduce reliance on third-party middleware for common communication channels.

Object mapping

How SimplyConvert objects map to Nutshell

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

maps to

Nutshell

Deal

1:1
Fully supported

SimplyConvert'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)

maps to

Nutshell

Person

1:1
Fully supported

SimplyConvert'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

maps to

Nutshell

Custom Field on Person / Deal

1:1
Fully supported

SimplyConvert'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

maps to

Nutshell

Activity / Task

1:1
Fully supported

Each 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

maps to

Nutshell

Custom Field on Person

1:1
Fully supported

SimplyConvert'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

maps to

Nutshell

File Attachment on Deal

1:1
Fully supported

SimplyConvert 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

maps to

Nutshell

Custom Field on Deal

1:1
Fully supported

SimplyConvert 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

maps to

Nutshell

Deal Stage

1:1
Fully supported

SimplyConvert 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

maps to

Nutshell

Deal Owner (User)

1:1
Fully supported

SimplyConvert 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

maps to

Nutshell

Company

1:1
Fully supported

SimplyConvert'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

maps to

Nutshell

Deal Amount

1:1
Fully supported

SimplyConvert 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.

Gotchas + challenges

What specifically takes care here

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 logo

SimplyConvert gotchas

High

Per-conversion billing requires conversion-status audit before migration

High

No bulk export endpoint forces pagination under strict rate limits

Medium

No standalone Contact object requires structural flattening

Medium

API key generation requires direct vendor contact

Low

Named litigation groupings not exposed as filterable objects

Nutshell logo

Nutshell gotchas

High

Contact tier limits enforced on import

Medium

No bulk API endpoint requires paginated extraction

Medium

Email sequences not exportable via API

Medium

Foundation plan disables key sales features

Pair-specific challenges

  • SimplyConvert's case-centric model has no direct Nutshell equivalent — matters must be decomposed into Deals

    SimplyConvert treats a legal case as the top-level record; everything (client, documents, conversations, referrals) links to the Case. Nutshell has no Case object — only People, Companies, Leads, and Deals. When migrating, the Case ID becomes the Deal name, settlement value becomes the Deal amount, and all linked conversation history becomes Tasks attached to that Deal. Any practice-area logic that SimplyConvert encodes in separate intake forms must be rebuilt as custom fields or pipeline-stage rules in Nutshell. If your firm runs multiple practice areas as entirely separate workflows in SimplyConvert, plan for 2–4 hours of Nutshell admin configuration per practice area post-migration to restore that segmentation.

  • Referral routing logic in SimplyConvert has no Nutshell equivalent and must be rebuilt manually

    SimplyConvert's Referral Platform captures the referring partner, routing decision (accept, reject, refer onward), and any referral fee arrangements — all as structured data linked to the Case. Nutshell has no referral object, no routing workflow, and no native referral-fee field. We preserve referral attribution as custom fields on the Deal (Referral_Source__c, Referred_Out__c, Referral_Partner__c), but the routing logic — auto-routing to the right attorney, auto-rejecting based on conflict checks, sending referral notifications — must be rebuilt in Nutshell's automation tools (sequences, task rules). Budget 1–2 days for a Nutshell admin to configure the referral routing workflow after data lands.

  • Intake qualification scores and AI auto-rejection decisions do not migrate as native Nutshell fields

    SimplyConvert's AI chatbot outputs a qualification score (0–100) and a binary decision (Qualified / Rejected / Referred) based on the firm's criteria tree. Nutshell has no native qualification scoring and no auto-rejection logic. We migrate the score and decision as custom fields on the Person record (Intake_Score__c, Intake_Qualification__c), but the firm's criteria tree — the branching logic that evaluates case type, damages, jurisdiction, and statute of limitations — cannot be imported. It must be rebuilt as Nutshell automation rules or a separate qualification tool. If the criteria tree is complex (20+ branching rules), allocate 3–5 days for a legal operations review and Nutshell configuration.

  • Nutshell's single-pipeline view requires custom fields to segment by practice area

    SimplyConvert maintains separate intake configurations per practice area (mass torts, employment, medical malpractice). Each practice area has its own chatbot form, qualification criteria, and case workflow. Nutshell has a single Deal pipeline — you cannot create separate pipelines for separate practice areas without purchasing multiple Nutshell workspaces (which requires separate Nutshell accounts). To preserve practice-area segmentation in Nutshell, we create a Practice_Area__c custom picklist field on Deal and configure Nutshell's List view filters accordingly. This is a functional limitation: Nutshell cannot enforce different stage progressions per practice area within one account without custom development.

  • Nutshell API rate limits on find operations may extend migration timelines for large case volumes

    Nutshell's API rate-limits find operations (e.g., findPeople, findLeads) with non-stub responses, while add and edit operations carry no explicit cap. SimplyConvert's case export can return all records in one API call, but Nutshell's read-side limits mean we must paginate large result sets in batches. For migrations exceeding 10,000 records, expect a 15–25% timeline extension due to Nutshell's read-side throttling. We mitigate this by using Nutshell's bulk export endpoint where available and interleaving read and write operations to stay within fair-use bounds.

Migration approach

Six steps for a successful SimplyConvert to Nutshell data migration

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. 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

Context on both ends of the pair

SimplyConvert logo

SimplyConvert

Source

Strengths

  • Purpose-built for mass tort claimant intake with chatbot, TDP scoring, and claim form population in a single workflow
  • ABA-recognized legal tech innovator with lawyer-founded development team understands litigation-specific data requirements
  • Integrated referral platform and CaseHQ client portal consolidate intake and client-facing communication
  • Real-time case notifications and lead ranking directly support settlement-focused case management priorities
  • Per-conversion pricing aligns cost with firm revenue for high-volume litigations with clear intake-to-contract conversion

Weaknesses

  • Pay-per-conversion billing creates unpredictable and escalating costs as claimant volume grows across active litigations
  • Narrow mass tort specialization unsuitable for firms managing diverse practice areas beyond claimant intake
  • Small vendor footprint (23 employees, ~$1M revenue) raises long-term stability and support-capacity concerns
  • No dedicated bulk export API; large case histories require pagination through the 300 req/min List Cases endpoint
  • Limited documented API coverage for non-Case objects including Contacts, Users, and custom objects
Nutshell logo

Nutshell

Destination

Strengths

  • Simple, intuitive interface with minimal learning curve for sales teams new to CRM
  • Per-seat pricing is transparent and predictable, with annual billing reducing monthly cost
  • Full data export tool available for all account data including backups
  • Open JSON-RPC API allows programmatic access to all core objects
  • Native multichannel engagement (email, SMS, WhatsApp) without third-party add-ons for communication

Weaknesses

  • Reporting and analytics are considered weak, requiring manual Excel exports for detailed analysis
  • No bulk API endpoint—migration requires paginated API reads that must be rate-limited carefully
  • JSON-RPC API is less common than REST, requiring custom integration code compared to standard REST CRMs
  • Add-on costs (Forms, Nutshell IQ, Email Marketing) are per-company charges that stack on top of per-seat pricing
  • Feature restrictions on entry-level plans mean teams often need mid-tier to get basic automation

Complexity grading

How hard is this migration?

Standard CRM migration. 1 of 8 objects need a mapping; the rest are 1:1.

B

Overall complexity

Standard migration

Derived from compatibility, mapping clarity, API constraints, and data volume across SimplyConvert and Nutshell.

  • Object compatibility

    B

    1 of 8 objects need a mapping; the rest are 1:1.

  • Field mapping clarity

    C

    Field mapping is derived from defaults — final spec confirmed during the sample migration.

  • Timeline complexity

    B

    8-object category — typical timelines run 2–7 days end-to-end.

  • API constraints

    B

    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

    B

    SimplyConvert doesn't expose a bulk API — REST + parallelization used for high-volume runs.

Estimator

Estimate your SimplyConvert to Nutshell migration cost

Rule-based pricing — no per-record fees, no manual quotes. Migrations over 2M records are scoped individually.

Step 1

What are you migrating?

Pick a category, then your source and destination platforms.

Category

FAQ

Frequently asked questions about SimplyConvert to Nutshell data migrations

Answers to the questions buyers ask most during SimplyConvert to Nutshell migration scoping. Not seeing yours? Book a call.

Can't find your answer?

Walk through your SimplyConvert to Nutshell migration with a real engineer — 30 minutes, free, written quote within 24 hours.

Book a free 30 minute consultation

Most SimplyConvert-to-Nutshell migrations complete in 48–72 hours for datasets under 10,000 records. Larger setups with 50,000+ records or multiple practice-area configurations extend to 5–10 days. Nutshell's API rate limits on find operations are the primary timeline variable — large case exports must be paginated, adding 15–25% to the read phase. Practice-area pipeline filtering configuration in Nutshell is done post-migration and adds 2–4 hours per practice area.

Adjacent paths

Related migrations to explore

Ready when you are

Move from SimplyConvert.
Land in Nutshell, intact.

Tell us record counts and timeline. We'll come back with a written quote inside 1 business day — no commitment, no sales pitch.

Accuracy guarantee Rollback included Quote in 1 business day