MailChimp add-on module to import newsletters from MailChimp as Drupal nodes
This month, I wrote a custom module for a client, that import newsletters (or "campaigns", as MailChimp calls them) from a given MailChimp account into a Drupal site as nodes. (As many of you know, MailChimp is a rather nice third-party newsletter service.)
How it works:
- Depends on mailchimp.module, using the same account configured in mailchimp.module settings.
- Uses a custom table to store ID's of imported messages.
- Checks MailChimp account for new messages on every cron run, or when an admin pushes the big shiny "Import campaigns" button.
Options for integrating an email newsletter service
I'm looking for the best way to set up a email newsletter service within our Drupal site.
We currently send weekly emails to a subscriber list that exists outside our CMS (we use CommuniGate Pro: LIST Module), but it is limited to simply managing the mail list and we want to move to a system that will give us options like tracking, reports, and perhaps even integration with taxonomy, etc.
Read more