Novu

N

Novu

Open Source Notification Infrastructure Community by Novu

Join

💬│support

🚀│general

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-----...

Compatibility js with Self-Hosted environment

Is there any information about the compatibility of the current self hosted relese (2.2.0) and the latest releases of the @novu/js version? Am I able to upgrade to the latest version of @novu/js when using the self hosted version?

Prevent Flashing on NextJs app.

Hi, when trying to use the Inbox component I keep experiencing a problem where the bell flashes into existence, it's annoying. Is there anything I can do to combat this?

Duplication of events using multiple digests in the same trigger workflow

Hello, I have a workflow configured with 6 digests. Each of them with exclusive conditions based on custom data (JSON) set on the subscriber profile. Each digest is schedule every day at specific different time. After all the digests, we have an email step. When I trigger 3 events, the first event is digesting 13 events resulting in duplicated data in the email. Out of the 13 events, 1 is from the first event (it bypassed the other digests properly) and then 6 for each of the subsequent events (it did not bypass the other digests properly). Can you advise on how to remediate to this bug?...

Step Conditions with subscriber.isOnline is false does not work anymore.

Hey Novu Team, I just noticed that since couple of days, all of the notification with step conditions are not wroking any more. for example for of one of my flows, I send email to the user if he is not online like in the image and in my use case I'm sure he is not online. ...
No description

Web service compilation error

When i m running web service after building it shows html webpack plugin issue
No description

Questions about licensing and open-source

I'm still in doubt about Novu's open-source license. I can use novu as a notification engine for my private project, I'm not commercializing novu, I'm simply choosing to use it instead of writing the infrastructure from scratch. Is that allowed? Regarding workflow limitations in the open-source version, on the novu website it says that it depends on the infrastructure, but using docker-community I'm being blocked from 20 workflows. Is it allowed to remove this restriction?...

FCM Notification: Unable to Send link Parameter via PHP SDK Overrides

Hi @Pawan Jain , I'm using the PHP SDK to trigger an FCM notification, and I'm facing an issue with sending custom parameters. Here’s the approach I’m currently using: `$overrides = new \novu\Models\Components\Overrides(...

Build issue in windows

When i am building the novu to run it locally using npm run setup:project there are multiple issues are coming