danesparza / MailChimp.NET

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

Unable to see subscribed contact in the list. #209

Closed shafaqat309 closed 6 years ago

shafaqat309 commented 6 years ago

Subscribe method returns success but I am unable to see my subscribed contact, If I search in the list, I can find the new contact but when I click on "view profile" I get "This subscriber is pending confirmation" message. I m using this method

subscriber = new EmailParameter() { Email = "myemaulk" }; EmailParameter results = mailChimp.Subscribe(listID, subscriber);

I fixed it by adding update boolean flag