Skip to content

Node.js module to export large mailing lists from Mailgun

License

Notifications You must be signed in to change notification settings

jzgoda/mailgun-list-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Node.js module to export large mailing lists from Mailgun

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published