Mailchimp API 3.0 Batch Subscribe
问题 Acconding to the documentation a POST to /lists/{list_id} should batch subscribe or unsubscribe list members. If I send two members; one new member and one unsubscribed member: { "update_existing":true, "members":[ { "email_address":"yyyy@yyy.yy", "email_type":"html", "status":"subscribed" }, { "email_address":"xxx@xxx.xx", "email_type":"html", "status":"subscribed" } ] } The documentation(http://developer.mailchimp.com/documentation/mailchimp/reference/lists/#create-post_lists_list_id),