Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 423 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 423 Bytes

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);