- Only contacts of type Member can be exported
- Each file can contain information for either one or many contacts
- If there is no new information, no file will be exported
- If an export contains more than 10 000 contacts it will be divided into several files
- The schedule of the export can be configured as required
- Contacts are exported incrementally as either new, updated and deleted
Triggered exports
Any import that changes a contact’s fields will automatically trigger an export. This can be suppressed by adding an attribute to your import XML. See the section about importing contacts by XML for more information.Naming the export file
Exported files follow this naming convention: [timestamp]_[filenumber]_[filename].xml- timestamp is automatically formatted as: YYYYMMDDHHmmss
- filenumber begins at 0. When that file contains 10 000 contacts, the next file is opened and filenumber increases by 1
- filename is a string that can be changed per tenant, in the Engage back-end
- 20190723144514_0_customers.xml
- 20190723144525_1_customers.xml
- 20230507181112_16_members.xml