rajat
NNovu
•Created by rajat on 12/7/2023 in #💬│support
Delete messages by transactionId API explanation
Am I correct in assuming that the Delete messages by transactionId API deletes ALL messages tied to a transaction ID?
3 replies
NNovu
•Created by rajat on 12/4/2023 in #💬│support
Is there any way to update an existing notification in Novu (In-App) with new content?
1. Is there any way to update an existing notification in Novu (In-App) with new content?
2. How would I programmatically clear a notification from the novu in-app notification center and see this notification get removed without needing to refresh the notification center?
5 replies
NNovu
•Created by rajat on 9/13/2023 in #💬│support
What is the max limit for the notificationTemplates.getAll() API?
For the node sdk API novu.notificationTemplates.getAll() we can pass in a page size and a limit. what is the max value that the limit can be?
3 replies
NNovu
•Created by rajat on 9/1/2023 in #💬│support
Novu functionality suddenly changed today?
Within the past 6 hours, some functionality within my app that relies on Novu suddenly changed—specifically the notificationTemplates within the novu sdk stopped including the field "id", instead it has only the field "_id". I have tests that run pretty frequently against Novu that stopped working 6 hours ago which points to this change. But not sure of the timing—can someone point me to when this change was made?
13 replies
NNovu
•Created by rajat on 8/25/2023 in #💬│support
Is there an API to bulk-delete workflows?
I have tests that create workflows and it would be great for to bulk-delete them in the cases where my cleanup step does not run successfully
8 replies
NNovu
•Created by rajat on 8/8/2023 in #💬│support
How can I show a notification in the notification center as deleted without refreshing?
When I use the API to delete a message: https://docs.novu.co/api/delete-message/ it remains in the notification center until the page is refreshed. Is there a way to have this removed from the notification center feed without a refresh being needed?
2 replies
NNovu
•Created by rajat on 7/8/2023 in #💬│support
Is there an API to bulk-delete messages?
E.g. if i have a list of 10 messages I want to delete
11 replies
NNovu
•Created by rajat on 7/8/2023 in #💬│support
How many transaction IDs can be supported in the messages endpoint?
Let's say I am trying to get messages for multiple transactions. How many transactions can I fetch messages for at once?
2 replies
NNovu
•Created by rajat on 7/5/2023 in #💬│support
Is there a way to set an expiry on triggered notifications?
For example if I am triggering notifications that I want to expire (delete) within x hours
6 replies
NNovu
•Created by rajat on 6/21/2023 in #💬│support
Novu's free tier comes with 10K events. What is an event exactly?I
Is an event in Novu defined as the triggering of a notification?
6 replies
NNovu
•Created by rajat on 6/7/2023 in #💬│support
Does the getNotifications API have a query param override to get all data instead of pagination?
For example, if I am getting all notifications with a certain transactionID is there a way to get all of that data in one call instead of paginating the data with a size of 10 results?
3 replies
NNovu
•Created by rajat on 6/7/2023 in #💬│support
How to get the message IDs for all of notifications that were part of a trigger operation?
Let's say I trigger a notification to a list of subscribers in Novu, and all of these are in-app notifications. Is there a way that I can then get the message IDs for all of these notification messages on trigger? Rather than by having all of the clients send the individual messageIDs to the backend.
5 replies
NNovu
•Created by rajat on 5/23/2023 in #💬│support
If a notification is sent to a team of users can we clear a notification for everyone in that team?
Once sending a notification to multiple people on a team is it possible to clear the notification for all members of the team without explicitly knowing the messageIDs for all the messages sense?
Can we also leverage visibility rules where certain users can only see certain notifications based on their permissions?
9 replies
NNovu
•Created by rajat on 5/23/2023 in #💬│support
Can we soft-delete notifications for users?
Is there a way to soft-delete notifications for users to preserve their history but have them removed from the notification center?
2 replies
NNovu
•Created by rajat on 5/23/2023 in #💬│support
Querying Notifications based on contents of payload
Is it possible to query notifications based on the content of the payload? e.g. I only want to get all notifications that have a field "PRIMARY" within the payload
2 replies
NNovu
•Created by rajat on 5/19/2023 in #💬│support
Update Notification
Is there a way to update the content of an existing notification in Novu?
2 replies
NNovu
•Created by rajat on 5/19/2023 in #💬│support
Get messageId(s) for recently triggered notification
I have a use case where I want to occasionally clear notifications in my application--to do so I need the messageIDs. Is there a way that upon triggering an in-app notification I can obtain a list of subscriber IDs and the corresponding message IDs for the notification that was just triggered?
7 replies