1. Migrating your subscriber list(s)
No matter what traditional email tools you use, you are going to have a list (or multiple lists) of customers to bring into Vero. At Vero, we do not require you to re-opt-in your entire list, though we manually approve all accounts for sending before you begin. To import your list, visit the Import/Export menu in Vero. From this menu you can elect to import customer or event records. For now, you will want to import your customers (users, contacts, subscribers, etc.) Select import Customers via CSV at the top right. This will present you with an example of the CSV format you need to use to import customers into your database. To import your list(s) into Vero you will need to export each from your current email provider. Typically you will then have a CSV with all of the data you had available on each customer. This should include anemail column on the left and then individual columns for each piece of data you have on your customers (age, gender, etc.)
Here’s an example:
tags. In Vero a tag can be added to a customer’s profile as a way to store extra data about that customer.
In this column, we recommend creating a tag based on the name of the list in your old provider. For example, if we exported a CSV from a list called ‘Blog subscribers’, we might add a column with a tag called blog-subscribers:
2. Migrating your templates
Migrating your templates to Vero differs in detail from platform to platform, so in this guide we’ll outline the fundamentals. We can also help answer any migration questions via email. To migrate a template from Mailchimp or other email provider, you should download a copy of your HTML template and take the following steps:- Remove all dynamic merge tags and replace with Vero’s merge tags. You can read more about using dynamic merge tags here. For example, you’d replace Mailchimp’s
*|FNAME|*with Vero’s{{user.first_name}}or similar. - Ensure that you are no longer referencing images on your old provider’s servers. Make sure you upload and host your own images or refer a local version that you can upload into Vero.
- Once uploaded in Vero, you can select a template from your Template Gallery to use in each campaign. We have a point-and-click WYSIWYG editor. The final step is to mark any headings, table cells, images or blocks of text taht you want to make point-and-click editable with the
vero-editableCSS class. This is a one-time task.

