Socket
Socket
Sign inDemoInstall

@followup/node

Package Overview
Dependencies
2
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @followup/node

A nodejs package for interacting with the followup api


Version published
Maintainers
2
Created

Readme

Source

Followup Node SDK

And SDK to interact with the Followup API

✨ Features

  • 🌈 Trigger new notifications from node
  • 📦 Easy to setup and integrate
  • 🛡 Written in TypeScript with predictable static types.

📦 Install

npm install @followup/node
yarn add @followup/node

🔨 Usage

import { Followup } from '@followup/node';

const followup = new Followup(process.env.FOLLOWUP_API_KEY);

await followup.trigger('<REPLACE_WITH_EVENT_NAME>', {
  $user_id: "<USER IDENTIFIER>",
  $email: "<USER_EMAIL>",
  customAttribute: "", // use the custom attribute from each event here
  firstName: "" 
});

TypeScript

@followup/node is written in TypeScript with complete definitions.

  • Home page

FAQs

Last updated on 15 Feb 2022

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc