Novu

N

Novu

Open Source Notification Infrastructure Community by Novu

Join

πŸ’¬β”‚support

πŸš€β”‚general

Include URLs in Expo push notifications

I wanted to ask if it's possible to include URLs in Expo push notifications. Is that supported?...

ERROR

hello can someone please help me im trying to intergrate novu with postfix but evrytime when i try to send email im getting thiis error { "code": "ESOCKET", "command": "CONN" }...

urgent does web 0.24.0 compatible with api 2.2.0

can i use web 0.24.0 with api 2.2.0. currently getting error 422 status code in api response. please help @Pawan Jain @Dima Grossman anyone available { "statusCode": 422, "timestamp": "2025-06-12T11:22:33.149Z", "path": "/cns-api/v1/notification-templates?page=0&limit=10",...

Java SDK create integrations API 404 not found error

I'm using Java SDK to create FCM integration provider, but the URI path seems to be a mismatch. Docs : /v1/integrations SDK : /v1/integrations/create-integrations...

Does anyone have the docs or demonstration video to use editor blocks in v2.1.9 dashboard ?

I want to make use for editor blocks but the current version of docs shows the new UI not the old one. I'm running the old UI v2.1.9 . If anyone has the link could you please share it?

Topic management - Filter policy when subscribing to topic - suggestions

I'm having a requirement to add filter policy when users subscribe to topics, so they receive the notifications based on the filters. Approach Handle subscription filter policy logic at abstraction layer, and trigger notifications to the filtered out list of users / subscribers using bulk events trigger API. 10,000 users will require 100 API calls with 100 events per request....

Unable to see / edit subscriber credentials through UI V2

I'm not able to see subscriber credentials through web UI.
No description

Failed to send notification: ErrorDto: API Key not found

lib/novu.ts ``` 'server-only'; import { Novu } from '@novu/api';...

Disable push channel if subsriber have not credintials for push

Hello, I use NOVU Framework in my application (I have two platform Next.js app and React Native app). I have workflow to notify user about event change. How I can disable push step in workflow - if user dont have configured credentials (deviceId) for push notification? When I run workflow I did for this user notification error - Subscriber does not have a configured channel. Thanks for help...

Adding template back after deletion

I have deleted a notification template and added it back (with the same string identifier) and im now seeing some weird behavior. Any time that workflow shows up in the activity log it shows up as "Deleted Template". I tried to investigate a little bit by looking at the responses that come back when the page is loaded but I wasn't able to fully investigate it. I noticed when in the response from "GET v1/notifications" that the deleted and re-added workflows do not return a _templateId. However, other workflows do return the _templateId. If the template ID is not present theres no way to identify what workflow it is and so I assume the default is the string "Deleted Template" We are trying to create our own metrics and alerts dashboard based on the "GET v1/notifications" endpoint so this bug seems to be blocking us from doing that. This is a self hosted version of Novu....

Triggering duplicate flows got error

These are errors this is only occurring in duplicate flows not in original flows
No description

/session API call SPAM from <Inbox /> component after upgrade

Hi all! I'm developing a web application and using Novu as a notification provider. We implemented the <Inbox /> component inside the app successfully, and everything was working properly with version 2.6.6. Recently, I upgraded the @novu/react version to 3.5.0, and since then, the <Inbox /> component spams a session call on every render (I'm sure it's the <Inbox /> component, as I tried removing it and the issue disappeared). The issue appears when adding any customization to the component. With <Inbox subscriberId={XXX} applicationIdentifier={XXX} />, the component works fine, but when a customization is added (even just the appearance property), the component starts spamming /session requests. Any help?...

isOnline always false in Angular project β€” how to fix?

Hey everyone! πŸ‘‹ I'm using the Novu library in an Angular project, and everything is rendering correctly. However, I'm having an issue where the isOnline property of the user always remains false, even though the setup seems correct and the widget is connected. Is there anything specific I need to do in Angular to ensure that the user presence tracking works correctly?...

Unable to authenticate with Github sign in

Hi, I am facing an issue where I am unable to log in to my novu account through github authentication. The flow works until the github signin but once redirected to novu I keep landing on https://dashboard-v2.novu.co/auth/sign-in?redirect_url=https%3A%2F%2Fdashboard-v2.novu.co%2F Is there any known issue currently ?...

V2/workflows API not accessible with ApiKey <Key>, V1/workflows works fine.

I'm connecting to https://api.novu.co/v2/workflows, but getting Unauthorized error. { "error": "Unauthorized", "statusCode": 401,...

Novu REST API documentation (about environments)

Hello! Are there any plans to update the Novu API documentation regarding environments? I can't find anything here: https://docs.novu.co/api-reference/overview. I would like to know how to create an environment....

email workflow is failing

Hey, I have set up the email workflow in which I created an AWS SES integration for development. However, when I tried triggering the email workflow, it failed and gave the following error: ``` { "name": "MessageRejected",...

Is there a limit on the number of step conditions created per workflow

I'm exploring few options related to workflow step conditions. Do we have any upper limit?

Novu Headless Socket

Hey everyone! πŸ‘‹ I'm using the Novu headless client and currently subscribing to: ```js...

Custom digest key without subscriberId

Hi, is it possible to batch notifications just by a custom digest key without grouping additionally by subscriberId? Our use case requires sending the same batched notification to a group of users....