List of methods for script, to have updated list use
./cake.sh newsletter help
- import: import data from specific source (default phplist)
Usage: import -f [-mailgroup ] [-from ] [-sep ] [-v] [-force]
- -f file to import
- -mailgroup mailgroup id to associate imported users
- -from import source type for example from phplist csv export
- -sep separator (if needed, for example if you import from csv)
- -v verbose mode
- -force try to save with validation errors too
- createFilesListsFromPhplist: create files for each list found in the phplist export file
- addCards: add cards to mailgroup, all or by category
Usage: addCards -mailgroup [-c ]
- -mailgroup name of mail group / list
- -c select cards by category (default: all)
- merge: merge a mailgroup into another
Usage: merge -from -to
- -from name of source mail group / list
- -to name of destination mail group / list