Hey all, I'm trying to customize my site based on a user's DB
information.
They come to our site, and signup for our Mailchimp newsletter, and at
that time we record their IP address.
Now, when they come back to our site, we want to give them a welcome
message, ie "Welcome back John Doe, your email is
jo...@google.com and
your favorite color is blue.".
Problem is, the only way we can identify them is by their IP address.
So my question is, can I send the MailChimp API a user's MERGE tag
(that's not email) and have it return that user's profile?
I have tried, but the listMemberInfo() function only accepts email and
ID, so any help is appreciated.