Launchrock-Sync
Provides functionality to sync list from launchrock to a mail provider (right now, only MailChimp is supported).
Instructions
- Install ruby
- Install launchrock-sync gem: gem install
launchrock-sync
- Add config file to
.launchrock-sync.yml
where binary will run (see sample config file) - Run
launchrock-sync
to sync the latest.
Executing Syncing
The following methods are supported to sync the contacts
- Manually kickoff sync
- Have cron kick it off
- Put in screen session and pass
daemon=true sleep_threshold=x
as bash parameters, where x is the number of seconds to sleep between iterations