2.4.0 • Published 7 years ago

@estudar/expert-sender v2.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

node-expert-sender

ExpertSender REST API client for Node.js

Check the official REST API documentation here: https://sites.google.com/a/expertsender.com/api-documentation/home

Usage

const ExpertSenderClient = require('@estudar/expert-sender')
const client = new ExpertSenderClient('API_SERVER', 'API_KEY')

const listId = 1
const subscriber = { firstname: 'Daniel', email: 'daniel@example.com' }

client.addSubscriber(listId, subscriber)
// => Promise

Requirements

This package is tested using node.js v6.10.3 (aws lambda version).

Installing

npm install --save @estudar/expert-sender

Features

  • Add subscribers
  • Add data table rows
  • Update data table rows

All other methods can be easily implemented. Pull requests are welcome :)

2.4.0

7 years ago

2.3.0

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago