danesparza / MailChimp.NET

:envelope: .NET Wrapper for the MailChimp v2.0 API
MIT License
179 stars 119 forks source link

Subscribe don't work #204

Closed hadisalehy closed 7 years ago

hadisalehy commented 7 years ago

I want subscribe a member to exist list: var email = new EmailParameter { Email = "hsa.hadi.zeos@gmail.com" }; var results = mc.Subscribe(listId, email); result value is:

but new member don't add to exist list! Why this method don't work?

danesparza commented 7 years ago

It sounds like you got an email Id and list Id back (and no error was returned) -- so I think you need to contact Mailchimp support for further help