CRM migration
Field-level mapping, validation, and rollback between Makesbridge and Nutshell. We move data and schema; workflows are rebuilt natively in Nutshell.
Makesbridge
Source
Nutshell
Destination
Compatibility
6 of 10
objects map 1:1 between Makesbridge and Nutshell.
Complexity
CModerate
Timeline
2-4 weeks
Overview
Moving from Makesbridge to Nutshell is a platform-type migration, not a record copy. Makesbridge uses a subscriber-centric data model for marketing automation; Nutshell uses a People-and-Leads CRM model for sales pipeline management. The primary mapping challenge is converting Makesbridge Subscribers into Nutshell People (for contacts with an established account relationship) or Leads (for prospects not yet attached to a Company). Hot List priority assignments and Lead Score values migrate as custom numeric fields on the Person record. We extract all custom field schema from Makesbridge, validate it against Nutshell's supported field types (Text, Long Text, Currency, Date, and Number), and pre-create the destination fields before any data lands. Makesbridge Lists map to Nutshell Tags, preserving audience membership as static snapshots at migration time. Campaign history migrates as Person-level Tasks with campaign name, dates, and aggregate open/click metrics in the description. Makesbridge's lack of a bulk export API means large subscriber databases require paginated individual API calls, which we run in parallel sessions to minimize wall-clock time. We do not migrate Workflows as code; we deliver a written inventory of step sequences for manual reconstruction in Nutshell.
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 Makesbridge 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.
Makesbridge
Subscriber
Nutshell
Person or Lead
1:manyMakesbridge Subscribers map to Nutshell People if they have an associated company and account relationship, or to Nutshell Leads if they are unconverted prospects. We resolve the split using available Makesbridge data (company association, Hot List membership, Lead Score threshold) and set a custom field source_system__c = 'Makesbridge' on every record for audit. Email address is the dedupe key on Person insert; duplicate emails are flagged for manual resolution.
Makesbridge
Custom Fields
Nutshell
Person, Company, or Lead custom fields
lossyMakesbridge supports unlimited custom fields per Subscriber. We retrieve the full custom field schema via API and validate each field type against Nutshell's supported types (Text, Long Text, Currency, Date, Number). Field type differences are resolved during transform: date pickers become Nutshell Date fields, numeric scores become Number fields, and long-form text becomes Long Text. We pre-create all destination custom fields in Nutshell before the first record insert.
Makesbridge
Tag
Nutshell
Tag
1:1Tags applied to Makesbridge Subscribers export as individual tag strings per record. Each distinct tag becomes a Nutshell Tag attached to the corresponding Person or Lead. Tag membership is preserved as a static snapshot at migration time. Tag count per record migrates as-is; no tag hierarchy or folder structure is carried over because Makesbridge does not expose that metadata via API.
Makesbridge
List
Nutshell
Tag or Audience group
lossyMakesbridge Lists (named audience groups) map to Nutshell Tags as the equivalent audience concept. The list membership snapshot at migration time becomes the initial tag membership in Nutshell. We flag which Nutshell Tags originated from Makesbridge Lists in the tag description field for the customer's admin to validate post-migration.
Makesbridge
Campaign
Nutshell
Task
1:1Makesbridge Campaigns (individual email sends and sequences) do not have a direct Nutshell equivalent, so campaign history migrates as Nutshell Tasks with the campaign name, send date, subject line, and aggregate metrics (open rate, click rate, send count) stored in the Task description. Each task is linked to the corresponding Person record. Only campaign-level aggregates are available; individual open/click activity is not accessible via Makesbridge API.
Makesbridge
Hot List
Nutshell
Person priority flag custom field
1:1Makesbridge Hot Lists are high-priority subscriber groups surfaced by the lead scoring engine. Hot List membership migrates as a custom Number field (priority_score__c) set to 1 for Hot List members and 0 otherwise on the Person record. The customer can use this field to create Nutshell Views or automation triggers for priority follow-up.
Makesbridge
Lead Score
Nutshell
Person lead_score__c custom field
1:1Makesbridge computes per-subscriber lead scores based on behavior and data triggers. Current score values migrate as a custom Number field lead_score__c on the Nutshell Person record. Score thresholds and tier labels are documented in the migration artifact for the customer to recreate as Nutshell automation rules or view filters.
Makesbridge
Company
Nutshell
Company
1:1Makesbridge does not have a native Company object, but Subscribers may have a company_name field. If a company_name value exists on a Subscriber record, we create a Nutshell Company record first and link the Person to it via the Nutshell Company lookup. Custom fields on company_name carry over as Company-level custom fields.
Makesbridge
User
Nutshell
User
1:1Makesbridge user accounts (Owner/User assignments on Subscribers) map to Nutshell Users by email match. Any Makesbridge Owner without a matching Nutshell User goes to a reconciliation queue for the customer's admin to provision before record import resumes. Role and permission sets are preserved as a custom text field on the User record.
Makesbridge
Workflow
Nutshell
Documentation artifact
lossyMakesbridge stores automation workflows in a text-based format without a documented export schema for re-import. We extract step sequences, delay settings, trigger conditions, and action types as structured text in a migration artifact document. The customer's admin uses this artifact to manually rebuild automation rules in Nutshell. This is not a code migration.
| Makesbridge | Nutshell | Compatibility | |
|---|---|---|---|
| Subscriber | Person or Lead1:many | Fully supported | |
| Custom Fields | Person, Company, or Lead custom fieldslossy | Mapping required | |
| Tag | Tag1:1 | Fully supported | |
| List | Tag or Audience grouplossy | Fully supported | |
| Campaign | Task1:1 | Fully supported | |
| Hot List | Person priority flag custom field1:1 | Fully supported | |
| Lead Score | Person lead_score__c custom field1:1 | Fully supported | |
| Company | Company1:1 | Fully supported | |
| User | User1:1 | Fully supported | |
| Workflow | Documentation artifactlossy | 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.
Makesbridge gotchas
Iframe-based Salesforce integration causes field sync misalignment
No bulk export API — large subscriber lists take multiple sessions
Workflows are not programmatically portable
Activity history is not accessible via API
Segment logic cannot be exported — only evaluated member sets
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 scoping
We audit the Makesbridge account across subscriber volume, list count, active campaign history, custom field schema, Hot List assignments, and Lead Score distribution. We identify any company_name associations on Subscriber records that will require Nutshell Company pre-creation. We confirm the number of active workflows for documentation scope and note the campaign aggregate metrics available for migration. The discovery output is a written migration scope with the object map, custom field validation matrix, and a Nutshell custom field pre-creation checklist.
Destination schema pre-creation
We create all required custom fields in Nutshell before any data insert: custom fields on Person for subscriber custom field values, Hot List flags, and Lead Scores; custom fields on Company for any company_name-associated custom values; and custom fields on Lead for any unconverted subscriber records. We validate field types (Text, Long Text, Currency, Date, Number) against the Makesbridge custom field schema and flag any type coercion that will require transformation. Nutshell custom fields are created via the Nutshell API or directly in the Nutshell settings UI, depending on the customer's access.
Owner and User reconciliation
We extract every distinct Makesbridge Owner referenced on Subscriber records and match by email against the Nutshell destination's User table. Owners without a matching Nutshell User go to a reconciliation queue for the customer's admin to provision. Migration cannot complete Owner assignment until all referenced users exist in Nutshell.
Sample migration and validation
We run a sample migration of up to 100 random Subscribers and their associated Lists, Tags, Hot List memberships, and Lead Score values into a staging environment or a Nutshell test account. The customer validates field mapping accuracy, tag assignment, and custom field population. Any corrections to the field map or transform rules are applied before the full production migration begins.
Production migration in dependency order
We run production migration in record-dependency order: Nutshell Companies (from Subscriber company_name values), Nutshell People (with custom fields, Tags, Hot List flags, and Lead Scores resolved), Nutshell Leads (for any unconverted subscribers), Campaign history as Person Tasks with aggregate metrics in the description. The Makesbridge API is queried per-Subscriber with parallel sessions within rate limits. Each phase emits a row-count reconciliation report before the next phase begins.
Cutover, delta sync, and handoff
We freeze new Makesbridge writes during cutover and run a final delta migration of any Subscriber records modified during the migration window. We then enable Nutshell as the system of record. We deliver the Workflow documentation artifact to the customer's admin team and support a one-week hypercare window for reconciliation issues. We do not rebuild Makesbridge workflows as Nutshell automation rules inside the standard migration scope; that work is documented for manual reconstruction or handled as a separate engagement.
Platform deep dives
Makesbridge
Source
Strengths
Weaknesses
Nutshell
Destination
Strengths
Weaknesses
Complexity grading
Moderate CRM migration. 1 of 8 objects need a manual workaround.
Overall complexity
Moderate migration
Derived from compatibility, mapping clarity, API constraints, and data volume across Makesbridge and Nutshell.
Object compatibility
1 of 8 objects need a manual workaround.
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
Makesbridge: Not publicly documented. Makesbridge does not publish rate-limit ceilings on its developer pages..
Data volume sensitivity
Makesbridge 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 Makesbridge to Nutshell migration scoping. Not seeing yours? Book a call.
Walk through your Makesbridge 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 Makesbridge
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.