1.0.0 • Published 8 years ago

mailgun-list-export v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

mailgun-list-export

Node.js module to export large mailing lists from Mailgun.

Returns a JSON object of every member of a given mailing list. Mailgun's API only returns a maximum of 100 at a time.

Installation

npm install mailgun-list-export

Usage

var mailgunListExport = require('mailgun-list-export');
mailgunListExport.fetchMembers(apiKey, listName, callback);
1.0.0

8 years ago