Closed (fixed)
Project:
Mailchimp
Version:
6.x-2.0-rc4
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2010 at 14:45 UTC
Updated:
10 May 2010 at 03:50 UTC
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
Comment #1
levelos commentedThere 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.