Skip to content

ArtsHub/MailChimp.Net

 
 

Repository files navigation

MailChimp.Net - A Mail Chimp 3.0 Wrapper

#Nuget

Install-Package MailChimp.Net.V3

#Example

IMailChimpManager manager = new MailChimpManager(apiKey); //if you have it in code

IMailChimpManager manager = new MailChimpManager(); //if you have it in config

#About -Used to access all of the Mail Chimp V3.0 REST API

Current Functionality
  • API
  • Authorized Apps
  • Automations
  • Batch Operations
  • Campaigns
  • Campaign Content
  • Campaing Feedback
  • Campaign Folders
  • Campaing Send Checklist
  • Conversations
  • Conversations Messages
  • ECommerce Stores
  • File Manager Files
  • File Manager Folders
  • Lists
  • List Abuse Reports
  • List Activity
  • List Clients
  • List Growth History
  • List Interest Categories
  • List Members
  • List Segments
  • List Web Hooks
  • Template Folders
  • Templates
  • Template Default Content
  • Reports
  • Report Click Reports
  • Report Domain Performance
  • Report EepURL Reports
  • Report Email Activity
  • Report Location
  • Report Sent To
  • Report Sub-Reports
  • Report Unsubscribes

#TODO -Looking to add additional functionality pending contributors.

  • ECommerce Carts
  • ECommerce Customers
  • ECommerce Orders
  • ECommerce Order Lines
  • ECommerce Products
  • ECommerce Product Variants

About

Mail Chimp 3.0 Wrapper

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.7%
  • Smalltalk 0.3%