CRM migration
Field-level mapping, validation, and rollback between Insider and Salesforce Sales Cloud. We move data and schema; workflows are rebuilt natively in Salesforce Sales Cloud.
Insider
Source
Salesforce Sales Cloud
Destination
Compatibility
7 of 12
objects map 1:1 between Insider and Salesforce Sales Cloud.
Complexity
BStandard
Timeline
4-8 weeks
Overview
Moving from Insider to Salesforce is a structural migration from an event-driven CDP and multi-channel engagement platform to a relational CRM with separate Lead, Contact, Account, and Opportunity objects. Insider stores behavioral profiles and event histories as the primary data unit; Salesforce requires you to split these across Contact (for known customers), Lead (for prospects), and custom Activity objects. We extract the full user profile and event stream from Insider's Unification API, design the Salesforce schema to accommodate custom attributes, and load records in dependency order using the Bulk API 2.0. Insider Journeys, trigger logic, and conditional branches have no export endpoint and cannot migrate as automation code; we deliver a written journey audit documenting every active automation so your admin rebuilds them in Salesforce Flow or Flow Builder. Channel configuration (SMS sender IDs, WhatsApp business accounts, email template assets) does not transfer and requires re-registration in Salesforce.
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 Insider object lands in Salesforce Sales Cloud, including any object-level transformations, lookup resolution, or schema-design dependencies.
Typical mapping — final map is confirmed during the sample migration step.
Insider
User (Profile)
Salesforce Sales Cloud
Contact or Lead
1:manyInsider Users with lifecycle stage values of active customer, subscriber, or registered user map to Salesforce Contact tied to an Account. Users without a purchase or engagement history map to Salesforce Lead. We extract the full user profile including email, phone, name, device identifiers, and all custom attributes, then apply a split rule during scoping based on the customer's Insider lifecycle stage matrix. The original Insider lifecycle stage value is preserved in a custom field insider_lifecycle_stage__c on both Lead and Contact for audit and reporting continuity.
Insider
Event (Behavioral)
Salesforce Sales Cloud
Task, Event, or Custom Activity Object
lossyInsider event streams (page views, add-to-cart, purchase, custom events) export with event_name, timestamp, and all event_parameters. For behavioral analytics use cases, we create a custom Activity__c object in Salesforce with fields for event_type__c, event_name__c, event_timestamp__c, and a JSON parameter blob. For operational use cases (e.g., last-purchase-date driving a workflow), we extract key events as flattened custom fields on Contact. The customer chooses the event strategy during scoping based on whether they use Salesforce reporting or a separate analytics tool post-migration.
Insider
Segment
Salesforce Sales Cloud
Campaign or Static List
1:1Insider Segments are defined by attribute rules and event conditions. We export the member list (user IDs) and the segment rule definition as metadata. Member lists migrate as Salesforce Campaign Members attached to a Campaign record representing the segment. The rule definition is documented in the handoff inventory; segment rule logic does not mechanically translate to Salesforce because Salesforce Campaigns do not support event-triggered dynamic membership. If the customer uses Salesforce Marketing Cloud Account Engagement (Pardot), segments map to Pardot Static Lists or Dynamic Lists.
Insider
Product (Catalog)
Salesforce Sales Cloud
Product2
1:1Insider product catalog data including sku, name, price, category, images, and custom attributes maps directly to Salesforce Product2 records. We preserve the product hierarchy (parent category, subcategory) as custom fields on Product2 and create Standard Pricebook entries during import. Any custom product attributes stored as key-value pairs in Insider become custom fields on Product2 with appropriate Salesforce field types.
Insider
Transaction (Order)
Salesforce Sales Cloud
Order or Opportunity with Line Items
lossyInsider transaction objects capture order_id, total, currency, items, and timestamps. For Salesforce Sales Cloud destinations, we map transactions to Opportunity with Line Items, creating the Opportunity at the time of the first transaction and appending subsequent transactions as additional OpportunityLineItems. For Salesforce Commerce or Order Management destinations, transactions map directly to the Order object. The customer confirms the order model during scoping.
Insider
Custom Attribute
Salesforce Sales Cloud
Custom Field
1:1Insider Users can have arbitrary custom properties beyond the standard profile schema. We export all custom attributes as flat key-value columns and map them to Salesforce custom fields on Contact or Lead (depending on the split decision). Field types are determined by value inspection: numeric values become Number fields, date values become Date fields, boolean flags become Checkbox fields, and free-text values become Text fields. Picklist values with a defined set become Picklist fields with the values whitelisted. We pre-create all custom fields in the destination Salesforce org via metadata API before data load begins.
Insider
List (Static)
Salesforce Sales Cloud
Campaign or Group
1:1Insider Lists are static user collections beyond segment-based dynamic membership. We export list membership (user ID + list ID) and recreate list membership in Salesforce as Campaign Members attached to a Campaign record representing the list. List names and descriptions are preserved in the Campaign Name and Description fields. If the customer uses Salesforce Groups for internal segmentation, we recreate list membership as Group Members.
Insider
Tag
Salesforce Sales Cloud
Multi-Select Picklist or Topic
lossyInsider tags export as an array of string labels per user. We preserve the full tag array and recreate it in Salesforce as a multi-select picklist field on Contact or Lead. If the customer uses Salesforce Topics for content classification, tags migrate to Topic records with TopicAssignment links. The customer chooses the tag strategy during scoping based on their reporting and workflow needs.
Insider
Channel Configuration (SMS/WhatsApp/Email)
Salesforce Sales Cloud
SMS, WhatsApp, Email Configuration
lossyInsider channel configuration including sender IDs, phone numbers, WhatsApp business account credentials, email template assets, and opt-in/opt-out settings does not export mechanically. We document the current channel configuration during discovery so that the customer can re-register sender IDs, WhatsApp business numbers, and email sending domains in Salesforce or the customer's chosen sending infrastructure (Salesforce Marketing Cloud, SendGrid, Twilio). Channel templates do not migrate; we recommend rebuilding email and SMS templates using Salesforce Content Builder or the customer's preferred template editor.
Insider
Journey (Automation)
Salesforce Sales Cloud
Flow
1:1Insider Journeys are multi-step event-driven workflows with entry triggers, conditional gates, channel steps, and exit conditions. Insider provides no API endpoint to export Journey definitions, automation rules, or trigger logic. We export Journey definitions as a written audit deliverable documenting every active Journey including its trigger conditions, step sequence, conditional branches, channel actions, and exit criteria. The customer's Salesforce admin uses this documentation to rebuild equivalent logic in Salesforce Flow or Flow Builder. Journey rebuild is out of migration scope and is a separate engagement.
Insider
Owner
Salesforce Sales Cloud
User
1:1Insider users referenced as owners on profiles, segments, and journeys map to Salesforce User records. We resolve owners by email match against the destination Salesforce org's User table. Any Insider owner without a matching Salesforce User goes to a reconciliation queue for the customer's admin to provision before record import resumes.
Insider
Engagement: Email
Salesforce Sales Cloud
EmailMessage + Task
1:1If the customer has email engagement history stored in Insider (sent emails, open events, click events), we map these to Salesforce EmailMessage records (the email content) linked to an Activity Task record (the activity timeline entry). The WhoId on Task points to the Contact or Lead; WhatId points to the related Opportunity or Account. Email engagement events (opens, clicks) are stored as custom fields on the EmailMessage or as a separate EmailEngagement__c custom object.
| Insider | Salesforce Sales Cloud | Compatibility | |
|---|---|---|---|
| User (Profile) | Contact or Lead1:many | Fully supported | |
| Event (Behavioral) | Task, Event, or Custom Activity Objectlossy | Fully supported | |
| Segment | Campaign or Static List1:1 | Fully supported | |
| Product (Catalog) | Product21:1 | Fully supported | |
| Transaction (Order) | Order or Opportunity with Line Itemslossy | Fully supported | |
| Custom Attribute | Custom Field1:1 | Fully supported | |
| List (Static) | Campaign or Group1:1 | Fully supported | |
| Tag | Multi-Select Picklist or Topiclossy | Fully supported | |
| Channel Configuration (SMS/WhatsApp/Email) | SMS, WhatsApp, Email Configurationlossy | Fully supported | |
| Journey (Automation) | Flow1:1 | Fully supported | |
| Owner | User1:1 | Fully supported | |
| Engagement: Email | EmailMessage + Task1: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.
Insider gotchas
API rate limit of 25,000 requests per minute is shared across endpoints
No automated journey export — automations must be rebuilt manually on exit
Pricing is traffic-based with no public tiers, leading to billing surprises
Contract lock-in with annual or multi-year terms
Long implementation ramp complicates early-stage migrations
Salesforce Sales Cloud gotchas
Workflow Rules and Process Builder are retired
Bulk API batch quota exhaustion during large imports
Storage overage billing is non-obvious
Account-Contact many-to-many relationship mapping
Territory and team member import ordering dependencies
Pair-specific challenges
Migration approach
Discovery and source audit
We audit the Insider account across Users (total profiles, custom attributes, lifecycle stages), Events (event types, volume, retention window), Segments (active segment definitions and member counts), Journeys (active automation count, trigger types, step complexity), Products (catalog size, custom attributes, price book structure), Transactions (order volume, currency, historical depth), Lists and Tags (count and usage patterns), and channel configurations (SMS sender IDs, WhatsApp accounts, email domains). We pair this with a Salesforce destination review: edition selection (Professional at $80/user covers most migrations; Enterprise at $165/user required for Flow at scale), existing org schema, and any validation rules that could block import. The discovery output is a written migration scope, custom attribute inventory, and Salesforce edition recommendation.
Schema design and custom field pre-creation
We design the Salesforce destination schema to accommodate Insider's custom attributes and behavioral event data. This includes creating custom fields on Contact and Lead (typed per attribute value inspection), provisioning a custom ActivityEvent__c object for event parameter storage, designing the Account-Contact hierarchy from Insider Company records, creating Product2 records with Standard Pricebook entries from Insider catalog data, and configuring Record Types and Sales Processes if Opportunity-stage mapping is required. Schema is deployed via Salesforce metadata API into a Sandbox org first for validation. We coordinate with the customer's Salesforce admin to grant the migration user the required Bulk API permissions before deployment.
Sandbox migration and reconciliation
We run a full migration into a Salesforce Sandbox (Full Copy or Partial Copy) using production-like data volume. The customer's RevOps lead reconciles record counts (Users in, Contacts in, Leads in, Accounts in, Products in, Events in), spot-checks 25-50 random records against the Insider source, and validates custom attribute completeness. Any mapping corrections, custom field type adjustments, or schema gaps are resolved here before production migration begins. This step typically takes one to two weeks depending on data volume and correction scope.
Owner reconciliation and User provisioning
We extract every distinct Insider user referenced as an owner on profiles, segments, or journeys and match by email against the Salesforce destination org's User table. Any Insider owner without a matching Salesforce User goes to a reconciliation queue. The customer's Salesforce admin provisions any missing Users (active or inactive depending on whether the original Insider user is still active). OwnerId references are required on most standard objects, so this step must complete before record import proceeds.
Production migration in dependency order
We run production migration in record-dependency order: Accounts (from Insider Companies), Contacts and Leads (with the lifecycle stage split applied and custom attributes populated), Products and Pricebook entries, Opportunities (with AccountId, OwnerId, and RecordTypeId resolved), ActivityEvent__c records (behavioral events via Bulk API 2.0 with chunking and parent-record resolution), Campaigns (segment and list membership as Campaign Members), and Tags (as multi-select picklist values on Contact or Lead). Each phase emits a row-count reconciliation report before the next phase begins. We use exponential backoff on any 429 rate-limit responses from the Insider API.
Cutover, validation, and Journey rebuild handoff
We freeze writes to Insider during cutover, run a final delta migration of any records modified during the migration window, then enable Salesforce as the system of record. We deliver the Journey audit document listing every active Insider automation with its trigger conditions, step sequence, and recommended Salesforce Flow equivalent. We support a one-week hypercare window where we resolve any reconciliation issues. We do not rebuild Insider Journeys as Salesforce Flow inside the migration scope; that is a separate engagement or an internal admin task. Channel re-registration and email template rebuild are handled by the customer's marketing operations team using the channel inventory we provide.
Platform deep dives
Insider
Source
Strengths
Weaknesses
Salesforce Sales Cloud
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 Insider and Salesforce Sales Cloud.
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
Insider: 25,000 requests per minute, shared across Unification API endpoints (Upsert User Data and Delete User Attribute). Exceeding this returns HTTP 429 and requires retry with backoff..
Data volume sensitivity
Insider exposes a bulk API — large-volume migrations stream efficiently.
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 Insider to Salesforce Sales Cloud migration scoping. Not seeing yours? Book a call.
Walk through your Insider to Salesforce Sales Cloud migration with a real engineer — 30 minutes, free, written quote within 24 hours.
Book a free 30 minute consultationAdjacent paths
Other ways to leave Insider
Other ways to arrive at Salesforce Sales Cloud
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.