Npm package for apsis newsletter marketing service.
Install using npm:
npm install apsis
Require and initiate in your project:
const apsis = require('apsis');
apsis.init({
ApiKey: xxx
});
Each method returns a promise.
Right now this package only has one method; create a subscriber to a mailing list.
apsis.subscriber.create(MailingListId, UpdateIfExists, subscriber)
- Add implementation for missing API methods
- Create some sort of build script so the can be maintained in several files