Skip to content

npm package for apsis newsletter marketing service

Notifications You must be signed in to change notification settings

significantbit/apsis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

apsis

npm version

Npm package for apsis newsletter marketing service.

Getting Started

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.

Methods

Right now this package only has one method; create a subscriber to a mailing list.

apsis.subscriber.create(MailingListId, UpdateIfExists, subscriber)

Todo

  • Add implementation for missing API methods
  • Create some sort of build script so the can be maintained in several files

About

npm package for apsis newsletter marketing service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published