Hokenh / MailChimp.Net

Mail Chimp 3.0 Wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

  • None until mail chimp adds more

About

Mail Chimp 3.0 Wrapper


Languages

Language:C# 99.7%Language:Smalltalk 0.3%