Importing Data
Reactima supports CSV imports for contacts, companies, and pipeline records.
CSV Import
Navigate to Settings > Import > CSV Upload. Reactima auto-detects column headers and maps them to standard fields. Supported contact fields: first name, last name, email, phone, company, job title, LinkedIn URL, location, tags, notes. Supported company fields: company name, domain, industry, location, employee count.
Duplicate Handling
Reactima deduplicates on email (contacts) and domain (companies). When a duplicate is found, choose to skip, overwrite, or merge. Merge combines non-empty fields from both records.
Migrating From Other CRMs
Export your data as CSV from your current tool. Reactima handles common export formats from HubSpot, Pipedrive, Zoho, and Salesforce.
API Import
Use POST /api/v1/contacts and POST /api/v1/companies for programmatic imports. See the REST API reference.