Updating Your Extole Customer List
Extole will automatically process existing customer list files from the SFTP server. The emails in the existing customer list file will be added to Extole’s existing customer list for you.Technical Specifications
- The existing customer file to be uploaded must be placed in the /existing directory of the SFTP server.
- The file name must be: *clientid *existing YYYYMMDDHHMMSS.csv
- The file format is a list of emails that has all whitespace removed from the start/end and are all lowercase.
- This is the format used by Unsub Central and recommended by the Email Sender & Provider Coalition (ESPC).
- The list of emails may be plaintext, or they can be hashed using SHA-1, SHA-256, or MD5 format.
- The format must be the same as your opt-out list format.
Example Plaintext Existing Customer List
Example MD5 Existing Customer List
Frequently Asked Questions
Why do I need to remove whitespace and make opt-out lists lower case?
This is the recommended format for storing and transmitting opt-out lists to make sure you have the highest rate of successful matches. People are often inconsistent about typing “saink1952@teleworm.us” vs. “Saink1952@teleworm.us” or leaving a space at the end, and those addresses must match against each other. When an email is hashed, the encoded value also includes the case. “saink1952@teleworm.us” > 20c628ac26de39b5b8d7fe45d68447b9”Saink1952@teleworm.us” > 0a26ae263ea829375870ca32e71a9fda
”saink1952@teleworm.us ” > 455d94ab6fba67f7f850bc9f2a5ddb87 To avoid incorrectly allowing mail to be sent to an opted-out user, you must always make sure there are no “blank” characters at the start and end of the addresses by trimming them off, and then you must convert the entire email to lower case.
