Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleImportant Note

FTP-based data synchronization is not available by default (additional charge), but our technicians can set it up for you upon request, contact your account manager to get a quote.

To have a data synchronization set up, you need to have an active MailUp account (not a free trial).

...

In this case subscribed and unsubscribed recipients can be also specified within the same file: this way it won't be necessary to create more than one file.

Recipient fields Mapping

The Instance will be be configured at the setup stage so that it can associate the fields of the CSV file with the personal fields of your MailUp account.

CSV file structure is free, but it is necessary to arrange the correct correspondence between the fields in the file and the recipients personal fields,  and recipients identifiers fields (email address or phone number), and recipients destination fields (lists, groups, subscriprion status) of the MailUp console.


TBD Add some explanation


Example:

  • The CSV produced by your CRM have the following structure:
Code Block
languagetext
email;name;second name;Location;Job Title;idlist;subscription_status
name.surname@myprovider.com;John;Smith;Everywhere;Manager;2;1
name2.surname2@myprovider.com;Martha;Smith;Anywhere;Manager;2;0
name3.surname3@myprovider.com;Gordon;Smith;Anywhere;Operative;2;1
  • Your are interested read that data from the CSV file to Update the recipients data in your MailUp account.
  • In your MailUp Account are provided the following Recipient fields:
    • email address,
    • field 1: name,
    • field  2: second name,
    • field 3: Title;
  • you aren't interested to store the location of subscribers.

In this case, the fields in every row will be associated with the following personal data fields:

Csv Fields MailUp fields 
positiontitleidfield
1email
email address
2name1name 
3second name2second name
4Location

5Job Title3Title
6idlist
destination List
7subcription_status
subscription



Import file properties

TBD