danesparza / MailChimp.NET

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

Create/Import List #167

Closed sendtoharmeet closed 8 years ago

sendtoharmeet commented 8 years ago

I want to import my data for creating list through API call, I am able to create a campaign and run this campaign. Only if I have created user list at MailChimp.com.

I want to do fully automated system, so I can import my user list, create campaign and template, and can sent email to imported user.

danesparza commented 8 years ago

Is there something specific about the API wrapper I can help you with? If you need help with the MailChimp API, I suggest you check out their excellent help site.

sendtoharmeet commented 8 years ago

I am looking for any method which can create list on API. Is this code having any such method ?

Or MailChimp provides any API to create list ?

balexandre commented 8 years ago

@sendtoharmeet You need firstly, to understand, how MailChimp works and please read the rules carefully if you don't want them to block your account for high values of spam reports...

Soon you have mastered the flow in MailChimp website, all the calls are available in the API.

MailChimp API is available with all updated documentation, MailChimp.NET is only a wrapper for .NET that actually call those API methods, and each MailChimp API call is available in the wrapper.