Skip to main content
If you already keep customers in a spreadsheet, a booking system or another tool, you can bring them into DMLY as Contacts with a CSV file. The importer matches rows against people you already have, so running it twice does not give you two of everyone. Two things to know before you start, because they decide what actually lands:
Every row needs a phone number. Rows with a blank Name or a blank phone are skipped — silently, with no error. A CSV of email-only contacts imports nothing.You must have a channel selected. The importer attaches each contact to one channel. With no channel active, it stops with “Select a channel before importing.”

Import a list

1

Open the importer

Go to Contacts and select Import. The page is headed Import contacts and tells you where they are going — “Contacts will be imported into” your current channel.If you don’t see Import, your role doesn’t include it. See Roles and permissions.
2

Start from the sample

Select Download sample to get salesbot-contacts-sample.csv. It has the exact header row the importer expects. Replace the two demo rows with your own data and keep the header as it is.
3

Upload the file

Drop your file on the upload area or select it. Only .csv files are accepted.Preview shows the first 10 rows of your file. It only renders the seven sample columns, so an email column is read on import but won’t show up here.It is still your chance to catch a shifted column — if a name is sitting in the phone column here, it will import that way too.
4

Import

Submit the file. You land back on Contacts with a count of how many contacts were imported.

The columns

The header row is what matters — column order follows your header, and capitalisation and surrounding spaces are ignored. Anything not in this list is ignored. The sample file looks like this:
Don’t trust the sample’s second row as a model. It puts Subscriber in the stage column, but the stages a new Workspace starts with are Lead, Engaged and Customer — so that stage matches nothing and John Smith arrives with no stage at all. Use your own stage names, exactly as they appear on the Pipeline.
Quote any value that contains a comma. An unquoted comma shifts every value after it one column to the right and pushes the last columns off the end of the row. With the sample header, a note written as Met at expo, wants a quote imports Met at expo as the note, wants a quote into custom_fields where it fails to parse, and drops {"company":"Acme"} entirely. Write it as "Met at expo, wants a quote".

What happens to people you already have

Before creating anything, the importer looks for an existing contact anywhere in your Workspace with the same phone number or the same email address. If it finds exactly one:
  • No duplicate is created.
  • The import channel is added to that person as another channel identity.
  • Name, email, phone and stage are only filled in where they are empty. If the contact has a name and your CSV has a different one, the existing name stays.
  • Tags are replaced with whatever the tags column says, not added to.
  • Custom fields are merged into what’s already there, and the CSV value wins on any key it sets. This is the one field the importer overwrites.
  • A notes value is added as a new note, on every run.
Rows that match nobody create a new contact, recorded with a source of CSV import. So a re-import doesn’t duplicate your list, but it isn’t read-only either. It tops up blank names, emails, phones and stages, and leaves everything else alone — while replacing tags, overwriting the custom fields your CSV sets, and appending the note again.
A blank or missing tags column strips tags. Tags are replaced, so a re-import whose tags column is empty — or that has no tags column at all — removes every existing tag from every contact it matches. If you are re-importing to update something else, carry your current tags in the file.
Export on the Contacts page writes the same seven columns the importer reads, so you can export, add a column of tags in a spreadsheet, and import it back to apply them.

When rows don’t arrive

The importer reports how many contacts it imported, and nothing about what it skipped. If that number is lower than your row count, work down this list.
Almost always a blank name or a blank phone — both skip the row without a message. Sort your spreadsheet by each of those columns and check for empties before re-uploading.
Your plan has a cap on how many contacts a Workspace can hold. The whole file is checked before a single row is written, so an import that would take you over the cap imports nothing at all — there is no partial result to clean up.The check is deliberately cautious: rows that would only have matched an existing contact still count toward the estimate, so a large re-import of people you already have can be blocked even though it wouldn’t add anyone. See Plans.
The stage value must match a stage name on your Pipeline exactly. Anything else is ignored quietly. Open Pipeline stages and copy the names from there.
The number stored is country_code and phone glued together with nothing in between. If your phone column already includes the country code, leave country_code empty — otherwise you get it twice.
Imported contacts are attached to the channel that was selected at import time. Whether you can actually reach someone on WhatsApp depends on your connected number and WhatsApp’s messaging rules, not on the import. See WhatsApp limits.

Next

Tags and segments

Group the contacts you just imported into a reusable audience.

Send a broadcast

Message a segment on WhatsApp.

Custom fields

Set up the fields your custom_fields column fills in.

Contacts overview

How one person can span several channels.