Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Unable to see subscribed contact in the list. #209

Closed
shafaqat309 opened this issue Nov 16, 2017 · 0 comments
Closed

Unable to see subscribed contact in the list. #209

shafaqat309 opened this issue Nov 16, 2017 · 0 comments
Labels

Comments

@shafaqat309
Copy link

shafaqat309 commented Nov 16, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants