Wiki
KinoGeneva / Fonctionnement-Mailchimp
- Gestion de MailChimp
Groupes d'adresses utilisées dans MailChimp:
- Membres: liste principale (679 personnes en nov 2016) - Annuaire Romand
À l'intérieur de la liste MEMBRES, subdivisions, listes utilisées:
- Liste pour mailing aux réalisateurs non retenus - Mailing aux réalisateurs retenus pour chaque session (1, 2, 3, ...) - Réalisateurs en attente: pour s'excuser de les faire attendre... - Les profils incomplets (leur envoyer des rappels pour remplir leur profil) - Catégories: Comédiens, Techniciens - Les Bénévoles
*
Méthodes pour automatisation des listes :
MailChimp API info:
https://www.inkthemes.com/learn-how-to-use-mailchimp-api-in-wordpress-plugin/
"In this article, I’ll show you how to set up the Mailchimp API with Wordpress, and how you can use it to update a user interest group when he changes his profile."
https://zellwk.com/blog/mailchimp-api-in-wordpress-1/
After checking the mailchimp api reference page, you see a method called “member-info”.
list/member-info - To find out whether member X is in your list. list/subscribe - If member is not in the list, you can subscribe him. list/update-member - If member is in the list, you can go ahead and update list/interest-groupings - Since we’re working with interest groups, we need to get the interest group id from here.
*
https://wordpress.org/plugins/mailchimp-sync/
https://wordpress.org/plugins/mailchimp-for-wp/
*
Updated