Closed shafaqat309 closed 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
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