Novu

N

Novu

Open Source Notification Infrastructure Community by Novu

Join

💬│support

🚀│general

Expected property name or '}' in JSON at position 4

There was one or more errors when trying to execute the notification I use in Front-end "@novu/nextjs": "^3.8.1", Backe-end "@novu/api": "^1.6.0",...
No description

[@novu/api] Fetch notifications with time-window filter

Hey @Pawan Jain Is it possible to add startTs and startTs to the /v1/subscribers/{subscriberId}/notifications/feed endpoint? I would like to fetch notifications for a specific period of time....

Cloud vs self hosted feature availability

Hi, when I signed up for Novu Cloud, I noticed features like layouts, webhooks, translations, and topics were available. However, after setting up a self-hosted instance of Novu, these options are missing. Will these features eventually be included in the self-hosted version, or are they exclusive to the cloud offering? We are currently evaluating whether to go with the self-hosted setup or the cloud version, so this information would be very helpful. Additionally, when using the latest Novu Next.js version for the inbox, I noticed that the seen API is returning a 404 error. I suspect this might not yet be included in the latest Docker image. Could you share an ETA on when this will be available in the self-hosted release?...

@novu/api sdk

Hi team, I’m curious about something. With the @novu/node SDK now deprecated, I’m trying to figure out what’s the oldest version of Novu that supports the new @novu/api SDK. Thanks!...

Enterprise self-hosted support

From what I've seen on this discord server, there exists some form of support for Enterprise Self-hosting solutions. What does that look like? Is there any documentation on that perhaps?

Wait until conditions met

Is there anyway to set a wait action until webhook conditions are met for the subscriber? So for example wait until "learnerclassstatus" = Finished. Currently I can only see how to set a time waut action but if a subscriber takes longer than planned to meet the conditions it will just skip!...

Missing web versions?

Hi, I'm trying to setup a self-hosted novu instance and cannot find an answer as to why there is no version of the web container for 2.3.0? I believe this is the dashboard mentioned here https://github.com/novuhq/novu/releases/tag/v2.3.0 ? However the tags on novu/web on the container registry seem to only go up to v2.1.0 https://github.com/novuhq/novu/pkgs/container/novu%2Fweb ? Am I missing something?...

Can't open workflow in new tab

I think this has changed recently, I remember I was able to open the workflow in new tab using right-click
No description

Studio test workflow not working because 'can only send to logged in user'

Hey Im receiving this message while trying to test my workflows in Novu studio: { "message": "Recipient email (xxx@xxxx.xxx) does not match the current logged-in user. Novu test provider can only be used to send emails to the current logged-in user. Connect your own email provider to send emails to other addresses." }...

How to redirect users to a specific screen when clicking a push notification in Novu?

I noticed that in the In-App step, there are additional fields like redirectUrl and custom data properties that I can use for multiple purposes (e.g., navigation). However, in the Push step, it only provides two fields (title and body). Is there a way to add extra fields (like redirectUrl or other custom data properties) to the Push step payload so that I can handle navigation or additional metadata on the client side, similar to how it works with the In-App step? ...

liquid-js join("\n") is throwing error.

Hi Support, I wanted to convert the string[] -> item in new line, seem join("\n") doesn't support.
join(", ") is working fine as expected ...

Whats the option to automatically show notification?

How to automatically show latest notification in inbox, without having to click on "1 New Notification" Bubble? is there any way to show new notification automatically and as well keep this Bubble? Currently i'm using apperance prop to handle UI ...
No description

Feed is empty

Hey! I am trying out novu for my app and the documentation seems to be confusing. I am triggering workflows (made in code) which works and the in-app notifications are sent successfully but I cannot see them in the Inbox component passing the same subscriber ID. ...

Default value does not work with objects

I’m currently fixing some bugs in a new feature and ran into an issue with the beta feature “Manage workflow schema”. Previously, the related object and its keys were optional — if they weren't sent in the payload, the system would automatically assign the default value / to the key. After marking the field as required once, I can’t remove the requirement anymore. Now, when I omit the object from the payload, I get the following error:...

How to trigger bulk notifications using novu typescript sdk

hey everyone, i need help is there any way to trigger notification like email/inapp to multiple user simultaneously using novu sdk I have attached the current sdk usage, ```import { Novu } from "@novu/api";...

Overrides.Providers in Novu C# SDK 2.2.0

The C# SDK (Novu 2.2.0 NuGet package) marks the Overrides.Email dictionary as obsolete and should be replaced with Overrides.Providers. I cannot find that in the documentation. How do I set the Email 'integrationIdentifier' with that? Or should I ignore the Providers and keep uising Email?...

How link feedId

Hi team. In version 2.3.0, is it possible to link a feedId to a workflow? I have notifications from previous versions that do have a feed ID linked....

Liquid syntax in email code editor

Hi I am trying to put a conditional statement in an HTML email template with the code editor, like {% if payload.socials != "" %} <tr> <td colspan="2" valign="middle" id="social">...

Alternatives for Multi org support Novu 2.2.2 self hosted

We require multi org feature to isolate all data. But in Novu 2.2.2 self hosted, the feature is removed. Is there any alternatives we can go with? Any suggestions are appreciated. Thank you!...

APNs provider issue with private key

Im having some trouble when I setup APNs provider. Especially with the private key, what should I set ? Because when I add the content of the private key .p8 : ```txt -----BEGIN PRIVATE KEY-----...
Next