Hello ABP Support Team, I am currently working with the ABP.io framework and noticed references to a package named Volo.Abp.NotificationManagement. However, I am unable to locate this package on NuGet.org or in any of the official ABP package feeds.
Could you please clarify:
- Whether Volo.Abp.NotificationManagement is an official ABP package.
- If it exists, which NuGet feed it is available from and the correct package ID.
- If it does not exist as a standalone package, guidance on how to implement notification management in our project using the supported modules or APIs.
This will help ensure that we are using the correct packages and following best practices for notification management in ABP. Thank you for your support.
Best regards, Vikas Gupta
4 Answer(s)
-
0
hi
Volo.Abp.NotificationManagementis not offcial abp module.You can check all moduels here https://abp.io/modules
Thanks.
-
0
Hello ABP Support Team, We are currently using the ABP.io licensed framework and have already implemented a custom workflow approval system.
In our current implementation:
- When a request is initiated, it is successfully routed to the next approver.
- Email notifications are working correctly and are sent to the next approver.
However, in addition to email, we would like to send in-application notifications (for example, notification bell / real-time or stored notifications) to the next approver within the ABP UI.
We would like your guidance on the following points:
- Is there any existing ABP module or NuGet package (such as Notification Management or similar) available in the licensed ABP framework to support this use case?
- If no dedicated module exists, what is the recommended approach in ABP for implementing in-app notifications for workflow approvals?
- Should we use ABP’s Notification system APIs (e.g., INotificationPublisher, INotificationSubscriptionManager), or is there a newer or preferred solution?
- Are there any sample implementations or best practices for approval-based notification scenarios in ABP?
Our goal is to ensure that when a workflow request reaches the next approver, they receive:
- Email notification (already implemented)
- In-app notification inside ABP application (new requirement).
Please guide us on the best and officially supported way to implement this in the ABP licensed framework. Thank you for your support.
Best regards, Vikas Gupta
-
0
hi
Volo.Abp.NotificationManagementis not offcial abp module.I have no idea what its features are.
Thanks.
-
0
Hi,
Thank you for your clarification regarding Volo.Abp.NotificationManagement.
Based on this, we would like to understand the following:
Does the ABP.io framework provide any official or recommended provision for implementing in-application notifications (such as notification bell, stored notifications, or real-time notifications within the ABP UI)?
Our use case is a workflow approval system, where:
Email notifications are already implemented. We now want to notify the next approver through in-app notifications inside the ABP application.
If such a capability exists in ABP:
What is the recommended approach to implement it? Are there any best practices or reference guidance for approval-based in-app notifications?
If there is no built-in solution, please advise on the officially supported way to design and integrate a custom in-app notification service within ABP.
Looking forward to your guidance.
Thanks