CRM migration
Field-level mapping, validation, and rollback between Fieldy and Nutshell. We move data and schema; workflows are rebuilt natively in Nutshell.
Fieldy
Source
Nutshell
Destination
Compatibility
12 of 12
objects map 1:1 between Fieldy and Nutshell.
Complexity
BStandard
Timeline
48–72 hours
Overview
FlitStack AI migrates data and schema from Fieldy to Nutshell. Fieldy structures its records around jobs, customers, and field-service activities; Nutshell uses the classic CRM triad of People, Companies, and Deals with pipeline stages. We map Fieldy customers and contacts directly to Nutshell People, Fieldy companies to Nutshell Companies, Fieldy jobs to Nutshell Deals and Activities, and Fieldy tasks to Nutshell Activities and Notes. Custom fields on Fieldy records are reproduced as Nutshell custom fields on the corresponding object (Person, Company, or Lead). We do not migrate Fieldy workflow automations — scheduling rules, dispatch logic, and service-level triggers must be rebuilt in Nutshell or implemented as manual procedures. Owner resolution happens by email match against Nutshell users, with unmatched owners flagged before the migration commits. The migration runs against Nutshell's JSON-RPC API, using API key authentication scoped to the account. A delta-pickup window captures any Fieldy records modified during the cutover window so the final Nutshell state reflects the last-write-wins from the source.
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 Fieldy 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.
Fieldy
Customer (Contact)
Nutshell
Person
1:1Fieldy customer records with name, email, phone, and address map directly to Nutshell People. Nutshell People support custom fields and are the primary contact entity. Email is the unique identifier used for deduplication. Records without an email are migrated using name as the primary key with a source-system flag.
Fieldy
Company
Nutshell
Company
1:1Fieldy company records (business name, address, phone, industry) map 1:1 to Nutshell Companies. Nutshell Companies can hold multiple associated People records. If Fieldy stores multiple contacts per company, the primary contact links to the Company record and additional contacts are associated via Nutshell's contact-role relationship.
Fieldy
Job
Nutshell
Deal
1:1Fieldy jobs contain work description, service type, total cost, status, scheduled date, and assigned technician. These fields map to a Nutshell Deal record: job name becomes Deal name, job total cost maps to Amount, and scheduled date maps to Close Date. Job status (Scheduled, In Progress, Completed) maps to a Nutshell pipeline stage via a value-mapping table — Completed maps to Closed Won, Cancelled to Closed Lost, and open statuses map to the pipeline's active stages.
Fieldy
Job
Nutshell
Activity (Note)
1:1Fieldy job completion logs, technician notes, customer sign-off entries, and GPS timestamps migrate as Nutshell Notes attached to the corresponding Deal or Person. Original timestamps and the technician's name (as note author) are preserved. This gives Nutshell users visibility into the full service history without relying on a separate FSM tool.
Fieldy
Task
Nutshell
Activity
1:1Fieldy tasks linked to a job or customer migrate as Nutshell Activities of type 'Task'. The task description becomes the activity subject, the due date becomes the activity due date, and the assigned team member resolves to a Nutshell user by email match. Completed task status maps to Nutshell's completed-activity flag.
Fieldy
Team Member
Nutshell
User
1:1Fieldy team members (technicians, dispatchers) resolve to Nutshell users by email address. A team member's name and role in Fieldy are stored as a custom field on the migrated Deals and Activities so the technician assignment is preserved even if no matching Nutshell user exists. Unmatched team members are flagged and assigned to a fallback Nutshell user during migration.
Fieldy
Custom Field (Customer)
Nutshell
Custom Field (Person)
1:1Fieldy custom fields on customers (e.g., service tier, customer rating, account manager) are reproduced as Nutshell custom fields on the Person object. Nutshell's field type system (text, number, date, currency, pick-list) maps to the Fieldy field type. For pick-list fields, the exact option labels are reproduced as Nutshell pick-list values. This requires pre-creating each field in Nutshell before the migration run.
Fieldy
Custom Field (Job)
Nutshell
Custom Field (Deal)
1:1Fieldy custom fields on jobs (e.g., service type code, equipment model, warranty status) map to Nutshell custom fields on the Deal object. Each custom field must be created in Nutshell under Settings → Customize → Deals → Add Field before the migration runs. Fields are recreated with matching types and pick-list values where applicable.
Fieldy
Custom Field (Company)
Nutshell
Custom Field (Company)
1:1Fieldy custom fields on companies (e.g., contract value tier, service region, SLA tier) migrate as Nutshell custom fields on the Company object. Each custom field is recreated with its original field type and any pick-list values preserved. The migration plan includes a field-creation checklist so Nutshell admins can pre-build the schema before data lands, ensuring all required fields exist in the destination account.
Fieldy
Service Agreement / SLA
Nutshell
Custom Field + Note
1:1Fieldy service agreements and SLA timers have no direct Nutshell equivalent. SLA tier and contract terms migrate as text fields on the Nutshell Company record; agreement documents are stored as Note attachments. Renewal reminders must be rebuilt using Nutshell tasks or external tools.
Fieldy
Job Attachment / File
Nutshell
Note / Attachment
1:1Fieldy job attachments (photos, signed forms, equipment images) are re-uploaded as Nutshell Notes with file attachments. Large files are preserved as-is; Nutshell's file storage limits apply. The attachment is linked to the corresponding Deal or Person record so field technicians' documentation is accessible in the CRM.
Fieldy
Lead (if applicable)
Nutshell
Lead
1:1If Fieldy tracks lead-level records (prospective customers without an active job), those migrate directly to Nutshell Leads. The lead name, email, phone, and source are mapped field-by-field. Nutshell Leads can be converted to People and associated with a Company or Deal, mirroring Fieldy's workflow of converting a prospect to an active customer.
| Fieldy | Nutshell | Compatibility | |
|---|---|---|---|
| Customer (Contact) | Person1:1 | Fully supported | |
| Company | Company1:1 | Fully supported | |
| Job | Deal1:1 | Fully supported | |
| Job | Activity (Note)1:1 | Fully supported | |
| Task | Activity1:1 | Fully supported | |
| Team Member | User1:1 | Fully supported | |
| Custom Field (Customer) | Custom Field (Person)1:1 | Fully supported | |
| Custom Field (Job) | Custom Field (Deal)1:1 | Fully supported | |
| Custom Field (Company) | Custom Field (Company)1:1 | Fully supported | |
| Service Agreement / SLA | Custom Field + Note1:1 | Fully supported | |
| Job Attachment / File | Note / Attachment1:1 | Fully supported | |
| Lead (if applicable) | Lead1: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.
Fieldy gotchas
No documented public API or bulk export endpoint
Custom workflow automations do not export as portable rules
Pricing tiers and per-user limits not publicly confirmed
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
Extract Fieldy data and inventory custom fields
FlitStack AI connects to Fieldy's API using your account credentials and exports all customers, companies, jobs, tasks, team members, and attachments. We build a data inventory that lists record counts per object, custom field names and types per object, and job-status distribution across the pipeline. This inventory becomes the migration plan baseline and drives the pricing quote. Any data-quality issues (missing required fields, duplicate emails, unmatched addresses) are flagged in a pre-flight report before mapping begins.
Create Nutshell custom fields and configure pipeline stages
We deliver a field-creation checklist that maps every Fieldy custom field to a Nutshell custom field (with object, field name, type, and pick-list values). Your Nutshell admin pre-creates these fields under Settings → Customize for Person, Company, and Deal objects. Simultaneously, we work with you to define the value-mapping table that routes Fieldy job statuses to Nutshell pipeline stage IDs. The pipeline structure in Nutshell must be configured before the migration run commits records.
Resolve owners and run a sample migration
Fieldy team member emails are matched against Nutshell user emails. Unmatched team members are listed in an owner-resolution report — your team either creates matching Nutshell accounts or designates a fallback owner for their records. Once owner resolution is confirmed, a representative slice of data (typically 100–500 records across contacts, companies, jobs, and activities) migrates first. We generate a field-level diff between the source Fieldy records and the resulting Nutshell records so you can verify job-status mapping, owner assignment, and custom field population before the full run.
Execute full migration with delta-pickup window
The full migration runs in sequence: Companies first (foreign key prerequisite), then People, then Jobs mapped to Deals with stage mapping and activity notes, then Tasks mapped to Activities. A delta-pickup window (typically 24–48 hours) captures any records created or modified in Fieldy during the cutover period. All operations are logged in an audit trail. If reconciliation fails — a record count mismatch, a missing required field, or a stage-mapping gap — the one-click rollback reverses the full migration so the account returns to its pre-migration state.
Export workflow definitions and deliver post-migration handoff
We export Fieldy workflow definitions, dispatch rules, and SLA timer configurations as a structured reference document. This document includes trigger conditions, action sequences, and assignment logic so your Nutshell admin or implementation partner can rebuild equivalent automations using Nutshell's personal email sequences, task assignments, and external workflow tools. The migration handoff package includes the final record counts, any unmapped records for manual review, and the owner-resolution report showing how every technician's history was assigned in Nutshell.
Platform deep dives
Fieldy
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 Fieldy 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
Fieldy: Not publicly documented..
Data volume sensitivity
Fieldy 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 Fieldy to Nutshell migration scoping. Not seeing yours? Book a call.
Walk through your Fieldy 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 Fieldy
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.