It would be useful if there was a way to tell which users were subscribed to a Mailchimp list without visiting each user's page individually. The ability to filter the user list by their "subscribed" status, basically, or to list out users by mailing list. Should be pretty easy to add an admin page that does with with a view or something.

Also (maybe related) a way to get a total count of subscribed users for each list would awesome. Not a big deal since you can get the count in MailChimp, but it would be nice.

Great module overall though. If I get either of these features working I'll post here.

Thanks!

Comments

levelos’s picture

Status: Active » Postponed

The challenge with this is that a user's subscription status is retrieved from MC at the time of viewing or managing a users's subscription. The subscription status is not currently stored in local Drupal site as it would not be in sync with any actions a user took directly with the MC system. E.g., if a user unsubscribed from an email they received, the Drupal site would not know about it. Recently, though MC has added web hook notification system, and in theory, they could ping a Drupal site when a user updates any information, so I have plans for a major update to the module which would take advantage of these hooks and then we could store this information locally. Make sense? Postponing for now.

keva’s picture

Component: Code » General

Did the web hook notification system ever get added to a 6.x version? Or only 7.x?

levelos’s picture

Status: Postponed » Closed (won't fix)

No and I'm afraid that's most likely not going to happen, at least anytime soon.

keva’s picture

ok - thanks for the quick reply.