Delete users from list

More
23 Nov 2010 23:43 #459 by tas@trekanten.org
I'm injecting users directly into joomla's core user database and also removing them when they terminate their membership. This is done because we have a custom made billing system and sync the data between these two databases.
I've just installed joomailer and are planning to allow users to subscribe to a list for members only. That means we need to force remove them when they terminate their membership. Is there a way to do that automatically (scripted) instead of manually comparing the mailinglist to the member database - ideas are welcome.

Best regards,
Theis

Please Log in or Create an account to join the conversation.

More
25 Nov 2010 11:12 #465 by pete
Replied by pete on topic Delete users from list
Hello Theis,

It shouldn't be hard to implement such a feature into your custom scripts. You would need to include the MCAPI wrapper for PHP ( www.mailchimp.com/api/downloads/#wrappers ) and use the listUnsubscribe method (or listBatchUnsubscribe if you're unsubscribing a lot of users at once). www.mailchimp.com/api/1.3/

Kind regards,
Pete

Please Log in or Create an account to join the conversation.

More
29 Nov 2010 11:45 #478 by tas@trekanten.org
Hi Pete,

great input, thanks for the info, I will look into it...

Best regards,
Theis

Please Log in or Create an account to join the conversation.