1.0.5 • Published 3 years ago

@notifire/node v1.0.5

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

And SDK to interact with the Notifire API

✨ Features

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

📦 Install

npm install @notifire/node
yarn add @notifire/node

🔨 Usage

import { Notifire } from '@notifire/node';

const notifire = new Notifire(process.env.NOTIFIRE_API_KEY);

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

TypeScript

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

🔗 Links

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago