php - Can i keep a user in my Mailchimp list after he unsubscribed? -


i using mailchimp api in php subscribe users mailchimp list daily cron job, want keep users in list after unsubscribed (without them getting newsletters) because if deleted list invite them on , on again cron job. there way tell mailchimp through api want list keep track on email addresses?

if use v2.0 (or lower) of api, encounter trouble keeping users unsubscribed when sync them on using batchsubscribe method. commenters above right mailchimp has multiple statuses, current versions of api don't allow flexibility them might possible within web application.

version 3.0, in beta, allow update data of unsubscribed addresses in system, might want upgrading sync code use new version when comes out.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -