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
Post a Comment