Overview
Reevo’s new CSV Import Flow, introduced in May 2025, replaces the previous import system with an updated, flexible experience. It supports importing standard objects (Accounts, Contacts, and Opportunities) and introduces support for custom fields, objects, and relationships. The flow is designed to function as a drop-in replacement with enhanced data mapping, conflict resolution, and validation capabilities.Basic Concepts & Terminology
- Standard Objects: Reevo-native data types like Accounts, Contacts, and Opportunities.
- Custom Fields: User-defined fields on standard objects that can be imported like native fields.
- Custom Objects: New, user-created object types beyond standard CRM entities.
- Custom Relationships: User-defined relationships between standard and custom objects.
- Conflict Resolution: System behavior when records already exist (e.g., update or skip).
- Timezone Handling: Used to normalize timestamps in CSV files that lack explicit timezone info.
- Association Labels: Fields used to manage relationships between objects during import.
Where to Find It
- Log in to reevo.ai
- Click the Settings icon (top right)
- Select New Import Flow from the left sidebar
- Choose the object(s) to import and follow the guided steps
How To
Import Accounts- Upload a CSV file with company data.
- Configure timezone and conflict resolution.
- Map fields such as
Account Name
,Official Website
,Owner ID
,Status
,Estimated Revenue
,Technologies
,Industry
,LinkedIn URL
, and more. - View results post-import under Settings → Accounts.
- Navigate to New Import Flow and select Contacts.
- Include fields like
Full Name
,Primary Email
,Phone
,Stage
,LinkedIn URL
, and ownership. - Link to existing Accounts via
Account Name
orOfficial Website
. - Add relationship-specific data like
Title
andDepartment
.
- Upload a CSV with fields like
Opportunity Name
,Amount
,Stage
,Forecasted Close Date
, andOwner ID
. - Include related
Account
andContact
identifiers (e.g.,Account Name
,Official Website
,Primary Email
). - Define additional role context with
Contact Opportunity Role
fields likeNote
andRole
.
- Navigate to Settings → Objects
- Select a standard object (e.g., Contact, Account, Opportunity)
- Click + Add Field to create custom fields
- These will appear in the field mapping options during import
- Go to Settings → Objects → + New Custom Object
- Once created, they appear in import flow like standard objects
- All custom object fields can be mapped and imported
- From the object representing the “one” side of the relationship, go to Settings → Objects
- Scroll to Relationships and click + Add Outbound Relationship
- During import, map identifiers and use Association Label to select the correct relationship
- Use the Settings icon in the import flow to resolve multiple associations
FAQs
What types of data can I import? You can import Accounts, Contacts, Opportunities, and any custom-defined fields, objects, and relationships. Can I use a single CSV file to import everything? Yes, but it’s recommended to follow the separate file approach (Accounts → Contacts → Opportunities) to mirror the old flow structure. How does conflict resolution work? You can choose to:- Create new records only
- Create and update existing records (partial updates) Note: Deduplication logic is still in development.