Nitin
Nitin
NNovu
Created by Nitin on 1/23/2024 in #💬│support
Date Range filtering for In-App notifications
Is there is way to filter the incoming notification in the in-App setup by date range? For example if provided with a date range, then only fetch paginated notifications for that date range. I could not find anything in the documentation or in the code. Let me know if I need to raise this as an issue on Github!
9 replies
NNovu
Created by Nitin on 10/11/2023 in #💬│support
Delete Multiple Transactions not working.
If I am triggering an event to for example 3 users (not a topic), then there are 3 events with same transactionId. Now if I try to delete the transaction using: 1. this.novu.events.cancel(transactionId); OR 2. /v1/events/trigger/${transactionId} (https://docs.novu.co/api-reference/events/cancel-triggered-event) Then only 1 event is getting deleted with that transactionId and rest of the 2 events are getting delivered.
21 replies
NNovu
Created by Nitin on 7/11/2023 in #💬│support
Storing of scheduled messages
Does Novu store scheduled notifications in memory or permanent storage? The reason to ask is if the system hosting Novu is rebooted, do the scheduled notifications get wiped off? I am using self hosted Novu, hence the question.
11 replies
NNovu
Created by Nitin on 5/23/2023 in #💬│support
CSS lost if email sent via NOVU is forwarded
Hey everyone, I have implemented novu in my project and I am sending emails using the service. The flow is working very smoothly, but after receiving email if I try to forward that to another emailId, all the css is getting lost and it comes as a plain html. Does anyone know why?
6 replies