Socket
Book a DemoInstallSign in
Socket

customerio-client

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

customerio-client

A Node client for Customer.io that isn't terrible.

0.1.5
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

customerio-client

A Customer.IO client for Node.js that isn't awful.

Install

npm install customerio-client

API

Client(siteid, apikey)

A client connection to the Customer.IO API.

Parameters

siteid: String, - Your Customer.IO site ID.

apikey: String, - Your Customer.IO API key.

identify(customerid, email, data)

Set or update information about a user in the Customer.IO database.

Parameters

customerid: String, - The user's unique ID.

email: String, - The user's email address.

data: Object, - Metadata about the user.

Returns

Promise, A promise resolved on success or rejected with error on failure.

deleteUser(customerid)

Remove a user from the Customer.IO database.

Parameters

customerid: String, - The user's unique ID.

Returns

Promise, A promise resolved on success or rejected with error on failure.

track(customerid, name, data)

Send information about a user-generated event to the Customer.IO database.

Parameters

customerid: String, - The user's unique ID.

name: String, - The name of the event.

data: Object, - Any further metadata about the event.

Returns

Promise, A promise resolved on success or rejected with error on failure.

Development

git clone https://github.com/casetext/customerio-client
cd customerio-client
npm install
git checkout -b feature/my-branch
$EDITOR customerio-client.js
npm test
git commit -a
git push origin feature/my-branch

Versions

  • 0.1.2: Fixed bug in HTTP response header parsing.
  • 0.1.1: Fixed bug in client authentication logic.
  • 0.1.0: Initial release.

FAQs

Package last updated on 07 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.