- Import large lists from a CSV file, processed in the background
- Automatic column mapping to your contact fields
- Live status with created, updated, skipped, and failed counts
- Choose to update or skip contacts that already exist
- Suggested segments as soon as an import finishes
Import from the dashboard
In Contacts, choose Add Contact then Bulk Import and upload your CSV. Migma matches each column to a contact field, with only Email required, and you confirm before it runs. The import processes in the background, so you can leave the page. Watch it finish in Import History with counts for imported, updated, and failed contacts and a summary of any rows that could not be added.Suggested segments after an import
When an import finishes, Migma suggests segments built from the contacts you just added, so a fresh list becomes a targeted audience in one step. Choose a suggestion to open the segment builder prefilled and ready to save.Import programmatically
Create and track imports from the API, SDK, CLI, and MCP server. Upload the CSV, then poll the import for its status and counts.Node.js SDK
Update or skip existing contacts
SetonConflict to upsert, the default, to update contacts whose email already exists, which makes a re-import a safe way to refresh your list. Set it to skip to leave existing contacts untouched and only add new ones.
Manage contacts · API reference · SDK · CLI · MCP