Click here to Skip to main content
16,020,305 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi

I want to update mailchimp subscription list with HTTP post, instead of manually adding every person, I have come know that it can be done with HTTP post, but how can I do that in C#?

Help would be great full !!!


Thanks
Posted
Updated 11-Apr-16 20:21pm

1 solution

Either call the API[^] yourself, or use one of the pre-built wrapper libraries:

https://github.com/danesparza/MailChimp.NET[^]
http://sdesyllas.github.io/MailChimp.Net/[^]
 
Share this answer
 
Comments
Ganesh Vellanki 7-Jan-15 23:04pm    
Thanks for info, I have used Mailchimp.net and is working perfect!!
Kishori_Lal 12-Apr-16 2:22am    
I want to get the contacts of the particular list from mailchip. How can i get the contacts of particular list in C# code
Richard Deeming 12-Apr-16 8:55am    

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900