The open-source notification infrastructure #70
Replies: 2 comments 2 replies
-
|
Trying to find a scenario for this? Would this be something you would use for support/IT, or do you see and end user needing this? I am thinking support scenarios where a team uses 8-10 systems but has to login to all of them with one account which makes things difficult since they might only have one phone number tied to the account. Using this you could send all notifications to a slack channel? Or am I missing something? |
Beta Was this translation helpful? Give feedback.
-
|
The digest mechanism, would this be part of the subscriber data (ex. so that a particular user could ask to have an email sent only once a day summarizing all activity - assuming there was activity)? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Community!
Looking forward to hear your thoughts about this.
Notifire was started out of pain me and @ComBarnea felt when developing products that required product based notifications. We've built the infrastructure so many times that we decided to take it out to the world. That's when Notifire was born. We took the multi-channel notifications and provided a unified set of API's to generate notification content and simplify delivery across multiple channels.
It's more than just sending an email or push
(Part of slacks notification system)
From our past experience, we know that a wholesome notification infrastructure requires more than a unified API. We believe that building a solid notification infrastructure is something that is accessible not only to fortune 500 companies but to every developer out there.
Notification infrastructure foundations
Smart Notification Engine
Using a stateful API instead of local config files can provide further functionality like:
In-app notification center
We would love that everyone can have the best notification infrastructure possible without investing thousands of hours on it again and again. By the community. For the community.
Next steps
We are working on porting parts of the closed source platform we developed over the years to OSS. This includes an out-of-the-box API for managing notifications, an embeddable notifications widget, activity monitoring and more.
What are your thoughts about the need for such a system? Have you built something similar with your team? What would expect to see there?
Beta Was this translation helpful? Give feedback.
All reactions