I would like to import a list of email contacts from CSV file, however I would like to skip any records which already exist in the database (based on the “email” unique identifier).
Is an API workflow the only way to achieve this, or is there some more simple option I could use with the standard “import CSV” workflow?