Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

DM functionality or helpers

It would be useful to have direct messaging (DM) functionality or helpers within Novu. A togglable notification system that can be turned on and off when there are new messages could also be beneficial. This could be similar to a new message badge. Novu, may not need to handle the entire DM system, but it would be useful if it could be used to notify users of new messages. ...

Request for Expanded Integrations for End Users

I would really appreciate it if we could provide more integrations that end users can use. It would be great to have a wider range of integrations beyond social media and chat platforms, such as services like IFTTT and Zapier. These integrations can help users build larger automations and simplify their workflows. ...

Error when HMR occurs after changing the Svelte layout

before here probably refers to the variable in the script tag: ` (function(n,o,t,i,f) { n[i] = {}; var m = ['init', 'on']; n[i]._c = [];m.forEach(me => n[i][me] = function() {n[i]._c.push([me, arguments])}); var elt = o.createElement(f); elt.type = "text/javascript"; elt.async = true; elt.src = t;...

Email attachments maximum size

Hi all! I'm testing email attachments and I'm experiencing a strange behaviour. For jpeg images up to 2MB it works fine. However, when I'm trying to send an image of 5 or 10MB it fails without an indication of what has gone wrong. I can't see anything in logs. I'm attaching the screenshots from the activity feed....

Issue sending notification to a Novu topic

Hi, I'm trying to send notification to a particular topic, but it's returning undefined because of the type property - "TriggerRecipientsTypeEnum.TOPIC". How was the "TrigerRecipients..." imported? https://docs.novu.co/platform/topics/#sending-a-notification-to-a-topic...

Self Host Novu

Hi there! I recently came across Novu and I think it is a really cool way to manage notifcations across multiple channels. That being said, I would like to deploy Novu on a Virtual Private server via docker. However, the documentation on doing this seems to be a bit limited. I would like to use this deployment of Novu for production and use a custom domain for the Novu dashboard with SSL. Is there a recommended way to do this?

Ability to trigger event for non-subscriber

I'm looking at the docs for trigger event https://docs.novu.co/api/trigger-event/ and the body parameters state that the "to" property can be an object with firstName, lastName and email. When I try to use that payload for the "to" to trigger the event I get the following error: "subscriberId under property to is not configured, please make sure all the subscriber contains subscriberId property" That message seems to be at odds with the docs. Is it only possible to trigger notifications to subscribers?...

SSR support

Using the iframe in SvelteKit's dev mode breaks hot reloading. Maybe this isn't an issue in frameworks that have packages made for them.

How to remove deviceToken

Is there any ability to remove a subscriber's credential once it's been set? Our use case is that our push tokens are linked to a specific login session since our users can use multiple devices. When a user logs out of that device we need the ability to remove a device's push token from one subscriber and add it to the next subscriber that logs in. [asked by @jarredwitt ]

EmptyState prop on PopoverNoificationCenter

If I pass a function to the notification center like ``` <PopoverNotificationCenter emptyState={() => <LookingGlassIcon/>} />...

FCM notification & data objects (v0.11.0)

Hi all! I know that there are a couple of discussions about this subject but I created this one hoping to clear things out a little bit. As I've seen from FCM documentation (v1), while sending a message, one can specify two objects: notification, data....

how to send html content as value of email editor variable

Use case:- One user has system that generates html content. That user wants to send that generated html using Novu

Please show me simple example of CURL request of creating trigger event by using the "topic" name?

I am not able finding the right payload to test the feature of creating trigger with topic { "name": "<template-name>", "to": [...

Set feed dynamically using trigger override

We are a multi tenant app where a user can be a part of many orgs using the same user id. We have all of our users added as subscribers and we have notifications flowing from our API to Novu. When we pull the notifications for a particular subscriber we’d like to separate them based on feed id. We know we can do this by assigning a feed to the In App node in the template workflow, but we don’t want to have to create a separate feed manually for each of our orgs. It looks like we can create feeds using the API so I’m wondering if there is a way to override the feed the In App node uses in the workflow template using the trigger override so we can set it dynamically based on the users current org? Our goal is to create a feed for each org using the org id for the feed name. When the notification is triggered we’ll look up the correct feed using the current user’s selected org and set it using the override property of the payload....

While installing docker image of Novu

getting this below error 68fc162c78d5: Extracting [==================================================>] 546MB/546MB 8809ee5b96e8: Download complete 1810c0a2782d: Download complete...

Email cc recipients

Hi all! Do you know if there is a way to add "cc" recipients in the emails that are being sent?...