2.6.6 โ€ข Published 5 months ago

novu v2.6.6

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

Code-First Notifications Workflow Platform

๐Ÿš€ Quickstart

npx novu@latest dev

๐Ÿ”ฅ Flags

flaglong form usage exampledescriptiondefault value
-p--port Bridge application port4000
-r--route Bridge application route/api/novu
-o--origin Bridge application originhttp://localhost
-d--dashboard-url Novu Cloud dashboard URLhttps://dashboard.novu.co
-sp--studio-port Local Studio server port2022
-sh--studio-host Local Studio server hostlocalhost
-t--tunnel Self hosted tunnel urlnull
-H--headlessRun bridge in headless modefalse

Example: If bridge application is running on port 3002 and Novu account is in EU region.

npx novu@latest dev --port 3002 --dashboard-url https://eu.dashboard.novu.co

โญ๏ธ Why

Building a notification system is hard, at first it seems like just sending an email but in reality it's just the beginning. In today's world users expect multichannel communication experience over email, sms, push, chat and more... An ever-growing list of providers are popping up each day, and notifications are spread around the code. Novu's goal is to simplify notifications and provide developers the tools to create meaningful communication between the system and its users.

โœจ Features

  • ๐ŸŒˆ Single API for all messaging provide`rs (Email, SMS, Push, Chat)
  • ๐Ÿ’… Easily manage notification over multiple channels
  • ๐Ÿš€ Equipped with a CMS for advanced layouts and design management
  • ๐Ÿ›ก Built-in protection for missing variables (Coming Soon)
  • ๐Ÿ“ฆ Easy to set up and integrate
  • ๐Ÿ›ก Debug and analyze multichannel messages in a single dashboard
  • ๐Ÿ“ฆ Embeddable notification center with real-time updates
  • ๐Ÿ‘จโ€๐Ÿ’ป Community driven

๐Ÿš€ Getting Started

To start using Novu, run the following command. You'll be guided through the setup process.

npx novu init

After setting up your account using the cloud or docker version you can trigger the API using the @novu/node package.

npm install @novu/node
import { Novu } from '@novu/node';

const novu = new Novu(process.env.NOVU_API_KEY);

await novu.trigger('<TRIGGER_NAME>', {
  to: {
    subscriberId: '<UNIQUE_IDENTIFIER>',
    email: 'john@doemail.com',
    firstName: 'John',
    lastName: 'Doe',
  },
  payload: {
    name: 'Hello World',
    organization: {
      logo: 'https://happycorp.com/logo.png',
    },
  },
});

Embeddable notification center

Using the Novu API and admin panel you can easily add real-time notification center to your web-app without the hassle of building it yourself. You can use our React component or an iframe embed if you are not using React.

Providers

Novu provides a single API to manage providers across multiple channels with a simple-to-use interface.

๐Ÿ’Œ Email

๐Ÿ“ž SMS

๐Ÿ“ฑ Push

๐Ÿ‘‡ Chat

๐Ÿ“ฑ In-App

Other (Coming Soon...)

  • PagerDuty

๐Ÿ’ป Need Help?

We are more than happy to help you. Don't worry if you are getting some errors or problems while working with the project. Or just want to discuss something related to the project.

Just Join Our Discord server and ask for help.

๐Ÿ”— Links

2.2.1

8 months ago

2.2.0

8 months ago

2.2.2

7 months ago

2.2.0-rc.2

8 months ago

2.2.0-rc.1

8 months ago

2.6.5

5 months ago

2.6.6

5 months ago

2.1.0

9 months ago

2.0.1

10 months ago

2.0.0

11 months ago

0.24.3-alpha.8

1 year ago

0.24.3-alpha.9

1 year ago

0.24.3-alpha.4

1 year ago

0.24.3-alpha.5

1 year ago

0.24.3-alpha.6

1 year ago

0.24.3-alpha.7

1 year ago

0.24.3-alpha.1

1 year ago

0.24.3-alpha.2

1 year ago

0.24.3-alpha.3

1 year ago

2.0.0-canary.8

12 months ago

2.0.0-canary.7

1 year ago

2.0.0-canary.9

11 months ago

2.0.0-canary.4

1 year ago

2.0.0-canary.3

1 year ago

2.0.0-canary.6

1 year ago

2.0.0-canary.5

1 year ago

2.0.0-canary.0

1 year ago

2.0.0-canary.2

1 year ago

2.0.0-canary.1

1 year ago

0.24.3-alpha.10

1 year ago

0.24.1

1 year ago

0.24.0

1 year ago

0.23.1

1 year ago

0.23.0

1 year ago

0.22.0

2 years ago

0.20.0

2 years ago

0.20.0-alpha.1

2 years ago

0.21.0

2 years ago

0.19.0

2 years ago

0.17.2

2 years ago

0.15.0

2 years ago

0.17.0

2 years ago

0.17.1

2 years ago

0.16.3

2 years ago

0.16.4

2 years ago

0.16.0

2 years ago

0.16.1

2 years ago

0.18.0

2 years ago

0.16.2

2 years ago

0.14.0

2 years ago

0.11.0

2 years ago

0.12.0

2 years ago

0.10.2

2 years ago

0.13.0

2 years ago

0.10.3

2 years ago

0.10.0-alpha.0

3 years ago

0.10.1

3 years ago

0.10.0

3 years ago

0.9.0

3 years ago

0.7.2

3 years ago

0.8.0

3 years ago

0.7.1

3 years ago

0.4.1-alpha.0

3 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.1

3 years ago

0.4.0-alpha.10

3 years ago

0.4.0-alpha.12

3 years ago

0.4.0-alpha.9

3 years ago

0.4.0-alpha.8

3 years ago

0.4.0-alpha.7

3 years ago

0.4.0-alpha.6

3 years ago

0.4.0-alpha.5

3 years ago

0.4.0-alpha.3

3 years ago

0.4.0-alpha.2

3 years ago

0.4.0-alpha.1

3 years ago

0.4.0-alpha.0

3 years ago

0.3.1-alpha.9

3 years ago

0.3.1-alpha.8

3 years ago

0.3.1-alpha.7

3 years ago

0.3.1-alpha.6

3 years ago

0.3.1-alpha.5

3 years ago

0.3.1-alpha.4

3 years ago

0.3.1-alpha.3

3 years ago

0.3.1-alpha.2

3 years ago

0.3.1-alpha.1

3 years ago

0.3.6-alpha.0

3 years ago