Hi,
I am trying to export mailing list subscribers to a different platform. I am using double opt-in. The dashboard export options generates a .csv but it exports all accounts regardless of their double opt-in status.
I found the list-subscribers.jsons file, but the JSON property names are cryptic (I guess to save space), so I don't know what each property name means.
Where can I find schema or some documentation for the file format?
For example, one entry might look like this:
{"e":"some@email.com","ba":"here goes some random hex string","c":{},"s":[{"m":1,"s":"ISO timestamp goes here","on":true,"d":true}]}
What is the meaning of the following?
"ba"
"c"
"s"
"s"."m"
"s"."s"
"s"."on"
"s"."d"
I am using:
SmarterMail Enterprise
Build 7242 (Oct 30, 2019)