First, thank you for this module - works perfectly for what we needed!

I was hoping for some help getting some additional variables in the Merge Variables section. We use the Content Profile module for all of our member information, so would like to be able to expose those variables somehow for Mail Chimp. Any ideas how to create those fields or tokens?

Thanks!

Comments

levelos’s picture

Status: Active » Fixed

There are two hooks available, hook_mailchimp_merge_keys() and hook_mailchimp_merge_values() which can you use in your module to expose additional token values. It would be pretty simple to add values from a content profile. You can see how they're used in mailchimp.module.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.