All Projects → notifirehq → notifire

notifirehq / notifire

Licence: MIT license
The open-source notification infrastructure for developers

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Handlebars
879 projects
Dockerfile
14818 projects
EJS
674 projects
shell
77523 projects

Projects that are alternatives of or similar to notifire

Notifme Sdk
A Node.js library to send all kinds of transactional notifications.
Stars: ✭ 1,854 (-85.09%)
Mutual labels:  sms, push-notifications
Grouparoo
🦘 The Grouparoo Monorepo - open source customer data sync framework
Stars: ✭ 334 (-97.31%)
Mutual labels:  communication, push-notifications
Playsms
playSMS is a web interface for SMS gateways and bulk SMS services
Stars: ✭ 569 (-95.42%)
Mutual labels:  communication, sms
AACS
Android Auto Server encapsulates communication with modern car infotainment system
Stars: ✭ 138 (-98.89%)
Mutual labels:  communication
dayu rs
Alibaba's Dayu SMS SDK for Rust.
Stars: ✭ 17 (-99.86%)
Mutual labels:  sms
ElasticEmail.WebApiClient-php
Easily send emails with Elastic Email using Web API PHP Client https://elasticemail.com/
Stars: ✭ 20 (-99.84%)
Mutual labels:  transactional
README
📄 How to write a good README
Stars: ✭ 34 (-99.73%)
Mutual labels:  communication
cmd-sms
Yeni nesil sms guard bot
Stars: ✭ 2 (-99.98%)
Mutual labels:  sms
hms-cordova-plugin
This repo contains all of Cordova HMS plugins.
Stars: ✭ 78 (-99.37%)
Mutual labels:  push-notifications
sms-bot
an SMS bot built with Google sheets and Twilio
Stars: ✭ 61 (-99.51%)
Mutual labels:  sms
one-signal
Laravel One Signal Wrapper
Stars: ✭ 90 (-99.28%)
Mutual labels:  push-notifications
ChristmasSpiritBreaker-andNewYearsToo
Python script which automatically sends Christmas/New Year's messages from a custom messages list on Whatsapp, Facebook Messenger or via SMS in a given time range, to a custom contacts list. Time to work smart, not hard.
Stars: ✭ 81 (-99.35%)
Mutual labels:  sms
Simple-SMS-Messenger
An easy and quick way of managing SMS and MMS messages without ads.
Stars: ✭ 358 (-97.12%)
Mutual labels:  sms
DeepLearning MIMO-NOMA
Realization of MIMO-NOMA signal detection system based on **C. Lin et al., “A deep learning approach for MIMO-NOMA downlink signal detection,” MDPI Sensors, vol. 19, no. 11, pp. 2526, 2019.
Stars: ✭ 41 (-99.67%)
Mutual labels:  communication
apprise-ga
GitHub Action to send a dynamic push notification to every single platform thanks to the Apprise library
Stars: ✭ 18 (-99.86%)
Mutual labels:  push-notifications
sms-spring-boot-project
短信服务Spring Boot Starter ,目前支持腾讯、阿里、赛邮和云之讯短信服务,腾讯、阿里、赛邮和云之讯短信均已验证,期待各位小伙伴合作完善这个项目
Stars: ✭ 79 (-99.36%)
Mutual labels:  sms
rpc
RPC-like client-service implementation over messaging queue
Stars: ✭ 26 (-99.79%)
Mutual labels:  communication
node-xcs
NodeJS implementation of Google's XMPP Connection Server
Stars: ✭ 37 (-99.7%)
Mutual labels:  push-notifications
mastodon ynh
Free, open-source social network for YunoHost
Stars: ✭ 67 (-99.46%)
Mutual labels:  communication
smscenter
Класс для работы с сервисом smsc.ru (SMS-Центр)
Stars: ✭ 42 (-99.66%)
Mutual labels:  sms


Notification management simplified.

The ultimate service for managing multi-channel notifications with a single API.


Explore the docs »

Report Bug · Request Feature · Join Our Discord · Roadmap · Twitter

⭐️ Why Novu?

Building a notification system is complicated. At first, it seems like just sending an email, but in reality, it's just the beginning. Users today expect a multi-channel communication experience via email, SMS, push, chat, and other channels. An ever-growing list of providers is popping up daily, and notifications are spread around the code. Novu's goal is to simplify notifications and provide developers with the tools to create meaningful communication between the system and its users.

Features

  • 🌈 Single API for all messaging providers (Email, SMS, Push, Chat)
  • 💅 Easily manage notifications 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 multi-channel messages in a single dashboard
  • 📦 Embeddable notification center with real-time updates
  • 👨‍💻 Community driven

📚 Table Of Contents

📋 Read Our Code Of Conduct

Before you begin coding and collaborating, please read our Code of Conduct thoroughly to understand the standards (that you are required to adhere to) for community engagement. As part of our open-source community, we hold ourselves and other contributors to a high standard of communication. As a participant and contributor to this project, you are agreeing to abide by our Code of Conduct.

🚀 Getting Started

We are excited to launch the complete Novu API and admin panel. Want to give it a test before the official release? Here is how:

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: '[email protected]',
      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 a real-time notification center to your web app without building it yourself. You can use our React component or an iframe embed if you are not using React.

notification-center-912bb96e009fb3a69bafec23bcde00b0

Read more about how to add a notification center to your app with the Novu API here

Providers

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

💌 Email

📞 SMS

📱 Push

👇 Chat

  • Slack
  • Discord
  • MS Teams
  • Mattermost

📱 In-App

Other (Coming Soon...)

  • PagerDuty

🤵 Meet Jarvis

Meet Jarvis, a shell client sporting a dashing text gradient for all your Novu needs. Jarvis makes the following functions as simple as a few yes or no questions:

  • Reinstall Novu
  • Run Novu
    • Full Project
    • Web and API
    • API only
    • Docs
  • Test Novu
    • Web tests
    • API tests

To run Jarvis at the root of Novu, you can use one of the following commands

npm run start
npm run jarvis

Want to look through Jarvis' source code? Check out: Jarvis.js

💻 Need Help?

We are more than happy to help you. If you are getting any errors or facing problems while working on this project, join our Discord server and ask for help. We are open to discussing anything related to the project.

🔗 Links

🛡️ License

Novu is licensed under the MIT License - see the LICENSE file for details.

💪 Thanks To All Contributors

Thanks a lot for spending your time helping Novu grow. Keep rocking 🥂

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].