MailChimp.NET icon indicating copy to clipboard operation
MailChimp.NET copied to clipboard

:envelope: .NET Wrapper for the MailChimp v2.0 API

Results 47 MailChimp.NET issues
Sort by recently updated
recently updated
newest added

Hi folks, hopefully someone can guide me as to what I might be doing wrong here. I am using the wrapper in a VB.NET project and all has gone well...

question

Thanx for this super component, I have a problem when creating CampaignSegmentOptions when adding the segment: how can I increase the timeout? Could I simply AddStaticSegmentMembers multiple times in chunks...

question

I have tried to loop your exceptions with no luck Catch ex As MailChimp.Errors.MailChimpAPIException How does one return the string to be able to display to user also at min...

question

Hi, when I try to create a campaign, I receive this error: > Type definitions should start with a '{', expecting serialized type 'ApiError', got string starting with: > Access...

Hi, I have been using this method from few months. It was working fine. From few days, I have started facing timeout while trying to unscribe only 1000 items. Is...

enhancement

Hello, i would like download all campaign from my mailchimp account, but methods GetCampaigns do not provides campaign type: absplit Thank you

question

I'm just looking into using this mailchimp wrapper. Looking good so far, but how do i get & edit the default-content fot a template? I can't find any functionality for...

question

Hello I am trying to run a campaign. For that I am setting a template to campaign . But my campaign id is bigger than normal integer. So its giving...

question

Is it possible via the API?

question

In the method ParseExportApiResults(string stringFromServer) when we add keys and values from result to the Dictionary contact, if the keys have duplicate fields then the dictionary.Add fails and the exception...

bug