CSV import
This is a sample of the CSV format and some sample data:
customerid;firstname;lastname;telephonenumber;emailaddress;
1231235435;test;dfgdfg;+31612312311;[email protected];
1231235435;test;dfgdfg;+31612312311;[email protected];
Please copy the first row and use it as the first row of your CSV file.
All telephone numbers must be in valid E.164 international format, example: +31612312311.
Last updated