mnbbrown / mailchimp

A golang SDK for Mailchimp API v3.
https://github.com/mnbbrown/mailchimp
18 stars 30 forks source link

Double opt-in #4

Open christopherowen opened 7 years ago

christopherowen commented 7 years ago

Please add a method to enable double opt-in.

according to the documentation at http://developer.mailchimp.com/documentation/mailchimp/guides/manage-subscribers-with-the-mailchimp-api/

This is achieved by sending 'pending' instead of 'subscribed' during the mailchimp API call.

lnbogen commented 7 years ago

I second @christopherowen's request.