Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

estudar/node-expert-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: '[email protected]' }

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

About

ExpertSender REST API client for NodeJS

Resources

License

Stars

Watchers

Forks

Packages

No packages published