
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
customerio-client
Advanced tools
A Customer.IO client for Node.js that isn't awful.
npm install customerio-client
A client connection to the Customer.IO API.
Parameters
siteid: String, - Your Customer.IO site ID.
apikey: String, - Your Customer.IO API key.
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.
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.
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.
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
FAQs
A Node client for Customer.io that isn't terrible.
The npm package customerio-client receives a total of 0 weekly downloads. As such, customerio-client popularity was classified as not popular.
We found that customerio-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.