CRM migration
Field-level mapping, validation, and rollback between Marketing Tools Growth Marketing Platform and Nutshell. We move data and schema; workflows are rebuilt natively in Nutshell.
Marketing Tools Growth Marketing Platform
Source
Nutshell
Destination
Compatibility
6 of 8
objects map 1:1 between Marketing Tools Growth Marketing Platform and Nutshell.
Complexity
BStandard
Timeline
2-3 weeks
Overview
Moving from Marketing Tools Growth Marketing Platform to Nutshell is a consolidation migration that trades the source's marketing-automation depth for Nutshell's transparent per-user pricing and built-in sales engagement. The source platform supports full API export of Contacts, Companies, and Tags, and we map those directly to Nutshell's standard objects using the REST import endpoint rather than the UI to avoid the bulk-upload sluggishness reported by existing users. Segments are rule-based on the source side, so we extract per-contact membership and replicate it as static Nutshell Lists — the underlying rule logic must be rebuilt by the customer's admin. Campaign metadata (name, status, dates) migrates; campaign performance metrics (open rates, click rates) are not exportable from the source and must be preserved separately. Workflow journeys, custom object schemas, and file attachments are not available via the documented export path, so we document them during discovery and deliver a written rebuild guide for the customer's admin team. We do not migrate automations, forms, landing pages, or workflows as code; these are out of scope for standard migration delivery.
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 Marketing Tools Growth Marketing Platform 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.
Marketing Tools Growth Marketing Platform
Contact
Nutshell
Contact
1:1Standard Contact fields (name, email, phone, address, company linkage) export cleanly from the source platform via REST API. We map them directly to Nutshell Contact records using email as the dedupe key, splitting bulk exports into batches of no more than 5,000 records per call to avoid the UI timeout issue that affects large-volume imports. Company linkage is resolved by cross-referencing the source's contact-company pairs against the Account records created in the prior mapping phase.
Marketing Tools Growth Marketing Platform
Company / Account
Nutshell
Account
1:1Company records export as part of the standard contact export with contact-company linkage preserved. We extract Company records as a distinct set, map them to Nutshell Accounts, and re-establish the Contact-to-Account relationship at import time using domain-based matching or explicit company_id cross-reference. Accounts are migrated before Contacts so the lookup relationship is satisfied on insert.
Marketing Tools Growth Marketing Platform
Segment
Nutshell
List (static)
lossySegment definitions on the source platform are rule-based with platform-specific syntax that is not exportable. We extract per-contact segment membership during the discovery phase, producing a contact-email-to-segment membership matrix. Each source segment becomes a static Nutshell List, and we create List Membership records linking each Contact to its applicable Lists. The underlying rule logic must be rebuilt in Nutshell's filtered Views or manually managed Lists by the customer's admin.
Marketing Tools Growth Marketing Platform
Campaign
Nutshell
Campaign
1:1Campaign metadata — name, status, start date, end date, and channel — exports from the source platform and maps directly to Nutshell Campaign records. We do not migrate campaign performance metrics (open rates, click rates, revenue attribution) because they are not available via the standard export path. We advise customers to export reporting snapshots from the source analytics dashboard before cutover and preserve them as a reference CSV.
Marketing Tools Growth Marketing Platform
Tag
Nutshell
Tag
1:1Tags export as flat key-value pairs per contact. We map them directly to Nutshell's tag field, using the tag name as the matching key. We flag any tags that exceed Nutshell's character limits before import and surface them to the customer for renaming or truncation.
Marketing Tools Growth Marketing Platform
Custom Object
Nutshell
Custom Field or related Contact/Account record
1:1Custom object schema on the source platform is not publicly documented in the available evidence base. Where customers report custom object usage, we attempt field-level mapping during the scoping call by querying the source API's dynamic schema endpoint and comparing against Nutshell's custom field model. If a custom object has a direct 1:1 relationship to Contacts or Accounts, we map it to a custom field. If it is a standalone entity, we document the schema gap and recommend a post-migration custom object implementation plan. Schema discovery is scoped as a billable pre-migration task if the customer has more than three custom object types.
Marketing Tools Growth Marketing Platform
Attachment
Nutshell
None (out of scope)
1:1File attachments associated with contacts or campaigns are not available via the documented export path on the source platform. Customers should export attachments separately via the platform's UI export feature before the cutover date. We do not attempt to script a workaround for undocumented export endpoints as part of standard migration scope.
Marketing Tools Growth Marketing Platform
Workflow Journey
Nutshell
Workflow documentation (rebuild required)
lossyWorkflow journey definitions — triggers, conditions, branch logic, and action steps — live in the platform's internal automation engine and are not accessible via export. We cannot carry them over automatically. During discovery we document every active journey, capture screenshots of the flow, and produce a written rebuild guide mapped to Nutshell's workflow rules and Tasks. The customer's admin rebuilds journeys in Nutshell within the first migration sprint.
| Marketing Tools Growth Marketing Platform | Nutshell | Compatibility | |
|---|---|---|---|
| Contact | Contact1:1 | Fully supported | |
| Company / Account | Account1:1 | Fully supported | |
| Segment | List (static)lossy | Fully supported | |
| Campaign | Campaign1:1 | Fully supported | |
| Tag | Tag1:1 | Fully supported | |
| Custom Object | Custom Field or related Contact/Account record1:1 | Fully supported | |
| Attachment | None (out of scope)1:1 | Fully supported | |
| Workflow Journey | Workflow documentation (rebuild required)lossy | 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.
Marketing Tools Growth Marketing Platform gotchas
Large bulk uploads cause UI timeouts
Journey automation logic is not exportable
Campaign performance metrics not available via standard export
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
Discovery and schema audit
We audit the source platform across contacts, companies, segments, campaigns, active journeys, and any reported custom object usage. We query the source API to enumerate custom field names and data types for the customer's instance. We pair this with a Nutshell target audit of existing Account and Contact fields, active Lists, and any custom fields already configured. The discovery output is a written migration scope including record counts per object, a list of journeys requiring documentation, and a custom object gap list if applicable.
Segment membership extraction and List design
We extract per-contact segment membership as a flat matrix (contact email, segment name) from the source platform. We design Nutshell static Lists corresponding to each source segment and prepare List Membership records for bulk import. If the customer has more than 20 segments, we coordinate with the admin to prioritize the most actively used segments for List migration, deferring lower-priority segments to a post-migration cleanup phase.
Account and Contact migration
We export Accounts first, map them to Nutshell Accounts, and import using Nutshell's API with email domain as the dedupe key. Contacts follow in batches of no more than 5,000 records per API call, with the company_id cross-reference resolved to the corresponding Nutshell Account ID. Tag data is appended to each Contact record during import. Each batch emits a row-count reconciliation report confirming the imported count matches the exported count before the next batch begins.
Campaign metadata and performance reference export
We export campaign metadata (name, status, start/end dates, channel) and map to Nutshell Campaigns. We simultaneously generate a campaign performance reference CSV from any analytics data the source platform exposes, and flag any metrics that remain inaccessible. The reference CSV is delivered to the customer as a separate artifact for manual reporting in Nutshell or a BI tool.
Journey documentation and workflow rebuild handoff
We document every active workflow journey identified during discovery — capturing the trigger type, condition branches, delay steps, and action sequence — and deliver it as a written rebuild guide. We do not rebuild journeys in Nutshell as part of the migration scope. The customer's admin uses the guide to recreate workflow logic in Nutshell within the first post-migration sprint. Custom object gaps are documented with field-level mapping recommendations for the admin to implement.
Cutover, delta sync, and validation
We freeze writes on the source platform during the cutover window, run a final delta export of any records modified since the last extraction batch, and import the delta into Nutshell. We validate record counts across all objects and spot-check 20-30 records against the source for field-level accuracy. We deliver the final reconciliation report and the workflow rebuild guide simultaneously. We do not provide post-migration admin support, training, or workflow rebuild as standard scope; these are separate engagements.
Platform deep dives
Marketing Tools Growth Marketing Platform
Source
Strengths
Weaknesses
Nutshell
Destination
Strengths
Weaknesses
Complexity grading
Standard CRM migration. 2 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 Marketing Tools Growth Marketing Platform and Nutshell.
Object compatibility
2 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
Marketing Tools Growth Marketing Platform: Not publicly documented for this specific platform in the evidence base.
Data volume sensitivity
Marketing Tools Growth Marketing Platform 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 Marketing Tools Growth Marketing Platform to Nutshell migration scoping. Not seeing yours? Book a call.
Walk through your Marketing Tools Growth Marketing Platform 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 Marketing Tools Growth Marketing Platform
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.