All existing subscribers found in the import will be marked as 'blacklisted' and will be unsubscribed from their existing subscriptions. New subscribers will be imported and marked as 'blacklisted'.
Click or drag a CSV or ZIP file here
For existing subscribers, the names and attributes will be overwritten with the values in the CSV.
Import is in progress. It is safe to navigate away from this page.
)} {this.props.importState.status !== StatusImporting && (Import has finished.
)}
Upload a CSV file or a ZIP file with a single CSV file in it to bulk
import subscribers. The CSV file should have the following headers
with the exact column names. attributes
(optional)
should be a valid JSON string with double escaped quotes.
email,
name,
status,
attributes
email, name, status, attributes
user1@mail.com, "User One", enabled, {'"{""age"": 32, ""city"": ""Bangalore""}"'}
user2@mail.com, "User Two", blacklisted, {'"{""age"": 25, ""occupation"": ""Time Traveller""}"'}