Novu

N

Novu

Open Source Notification Infrastructure Community by Novu

Join

💬│support

🚀│general

Novu with Native Android and IOS app for push notifications and in-app notifications

Does anyone implement these features with Novu; 1. In-app notifications 2. In-app messaging 3. Push notifications ...

Daily digest email

I am trying to create a once a day email for users that summarizes their activity. Notifications should be grouped by product type which can be a variable passed in the payload. To implement this i was thinking i could loop through all events and get the payload and then do whatever logic after that. I have started to do this in the workflow editor using the 'custom code' section. This seems like it may take a long time to write. I saw in documentation there is an [template editor](https://docs....
No description

Activity Feed on Subscriber Level is not working

Hey @Support https://img.enacton.com/ShareX/2025/03/NVIDIA_Overlay_nU52B2k4AN.gif I am on Pro subscription then also error is showing for Activity Feed on subscriber level. I have attached GIF please take a look into that...

How do i select a email provider for a specific workflow other than non primary in the dashboard?

I have a 4 Email providers - SES Dev Default (primary) - SES Prod Default (primary) - SES Dev Rishabh - SES Prod Rishabh...

Docker build error

I'm encountering an issue while building Docker images for web (0.24.0). Do you have any ideas on how to fix it?
No description

422 Unprocessable Entity When Sending Attachments via Novu API

@Pawan Jain Description When executing a job in the Novu queue, I encounter a 500 Internal Server Error with an UnknownBridgeRequestError message. The error occurs when Novu tries to call a bridge request to http://api.novu.local:3000/v1/environments/{ENV_ID}/bridge. ...
No description

In App Messaging and in app notifications

Does Novu supports customers in app messaging and in app notifications. If any one of you who has implement that share your remarks. Thanks...

Scheduled digest question

If I schedule a daily message to go out at 9am, does that message go out at 9am UTC? Or does the message go out at 9am of the subscribers time zone? if it is of the subscribers time zone, what field controls that. is it the locale variable?

Undefined 'data' and 'redirect' properties: migrating from notification-center to @novu/react

I'm currently migrating our Novu notification center component to the new Inbox component and stumbled upon the issue where I cannot access the notification cta and payload. In the migration guide, it is stated that the cta and payload properties have been replaced with redirect and data properties. However, when I try to access these properties, the values appear to be undefined. Are there any changes required as well to ensure that the new redirect and data properties contain the values which were previously found in cta and payload?...

Angular Docs 404 Not Found

Hi guys, I am trying Novu out using Angular, but most of the links I found on npmjs or blogposts are leading to https://docs.novu.co/platform/notification-center/client/angular (not found) and I cannot find any proper documentation on the notification-center-angular. Are you dropping Angular in terms of support? I managed to get it running but using various third-party resources and therefore I find it difficult to style/customize the component due to the lack of documentation....

How are triggers processed??

Hey guys can you help me how triggers processed I have read documentation and there it says whenever I update or create subscriber it will automatic triggered workflow is it right or something I missed

Does messaging through topic works in v0.24???

I have created a topic and added subscribers but after triggering there is no update in the activity log and message is also not being sent.

AWS SES Integration issue

I'm configuring the SES integrations on Novu cloud, and even though I have confirmed the IAM credentials used for the integration, I keep getting: ``` { "name": "SignatureDoesNotMatch", "$fault": "client",...

How to get Real-time in-app notifications with Novu?

I am trying to receive real-time notifications without the need to refresh using Novu. Following the guide here at novu docs(https://docs.novu.co/platform/quickstart/nextjs), i created the layout.tsx like import { NotificationInbox } from "@/components/inbox"; export default function RootLayout({...

Workflow transaction id availability

Can we access transaction id for which workflow is being executed in SDK for logging/debugging purpose? Transaction id is response id for this API: https://docs.novu.co/api-reference/events/events-controller_trigger...

404 not found on 'Add a workflow' using the studio self hosted

Is it possible to create workflows using studio with self hosting if not : then is it possible to create them programmatically?...
No description

Registering Subscribers

I have an organization where new people regularly joins (or registers with their email). How can I register the subscribers at the time they join the org? Is there any way to register subscribers like that? I have seen while triggering workflow, that, in the subscriberId, if I send the subscriber's email or phonenumber (unique values), it creates the subscriberId automatically. If so, how can I keep the subscriberId same? Do I have to send the same email or phone everytime in the subscriberId se...

React: Tabs won't show up when popover has managed state

Reproducible example: https://codesandbox.io/p/sandbox/jsqh9f In the case mentioned above, when popover is passed in the open prop, a value false by default. Tabs will not show up. @Pawan Jain...
No description

Notifications vs Messages

I was looking at the API and was wondering: what is the difference between Notifications and Messages in Novu? I was looking at both GET Notifications and GET Messages, and the TypesScript type definition for the 201 response object seemed to be the same. Would either endpoint essentially get you the same thing? Thanks!

🔴 Novu updateAction API Updates Successfully But Not Persisting After Refetch

I'm using Novu's updateAction API to mark a notification action as completed. The API call succeeds, and the response includes the updated notification data. However, when I refetch the notifications using fetchNotifications, the updated action status is not reflected, and it appears as if the action was never clicked. 📌 API Reference: updateAction Documentation https://v0.x-docs.novu.co/notification-center/client/headless/api-reference#updateaction Using Novu version 0.24.0...