See https://developer.goacoustic.com/acoustic-campaign/reference/importlist - if we tweak the xml for the opt out then we can change the silverpop_daily job from
name: Silverpop build and export
command:
- /usr/bin/run-job --job silverpop_emails_build_export_files
- /usr/bin/run-job --job silverpop_emails_upload_data_file
- /usr/bin/run-job --job silverpop_emails_upload_files
to
- /usr/bin/run-job --job silverpop_emails_build_export_files
- /usr/bin/run-job --job silverpop_emails_upload_data_file
- /usr/bin/run-job --job silverpop_emails_upload_opt_out_file
- /usr/bin/run-job --job silverpop_emails_suppression_file
- /usr/bin/run-job --job silverpop_emails_upload_files
- the last one still has the checksum so that would also need testing & converting.
