Tag: wpmem_mc_get_list_member
-
Validate Registration Based on MailChimp Subscription Status
This is one of those things that I never thought of but came up in a discussion with a support subscriber. Can registration be validated based on whether a user is subscribed to the MailChimp list or not? If the user is subscribed, allow registration but if not return an error message. The answer is…
-
Use the MailChimp Integration Extension API to Add MailChimp Data to User Profile
The new MailChimp Integration Extension includes a user API in version 2.0. This can be used to call information about any specific list member without having to worry about formatting the request to send through the actual MailChimp API. The extension’s user API does this for you. This is an example using the extension’s API…