Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

MARKING NOTIFICATIONS AS SEEN

There seems to be no way using the api to mark the notificaiton as seen, I want to mark it as seen so it doesnt apepar int he users list.

User avatar not uploaded

I'm updating the user info passing in a link for the user avatar, but the avatar field doesn't show at all in the update response (or get), and the avatar doesn't display in the UI. Here's part of the code and the outputs from what the input and output data looks like: ```js const res = await novu.subscribers.update(subscriberId, { firstName, lastName,...

handle my product with notification

I want to pass a function which will do some operations in my peoduct, lets say open a modal. Is that possible through novu?

using in-app feeds to show notifications of different services

Hello there, I'm exploring the implementation of an in-app notification system that can differentiate and filter notifications originating from various services. An example setup:...

Users not getting added to subscriber list?

I have a backend service that subscribes users to our novu list. How long does it take for subscriptions to show up on the subscribers list in novu? It looks like the request returns ok: addedResp: {"clientRequestId":"44979ac9-be51-442a-8699-370501cb20c1","requestId":"213c1c1a-f002-0041-4735-76b091000000","version":"2019-02-02","date":"2024-03-14T17:30:49.000Z","etag":"W/"datetime'2024-03-14T17%3A30%3A49.7389991Z'"","preferenceApplied":"return-no-content"}...

Tenant Support for frontend : React

I want to fetch notification for a subscriber of a specific tenant, how do i achieve that, do i need to make a manual configuration for now?...

data migrations according to instructions don't work

Hi everyone ✌️ I've been running a novu self hostet instance using docker-compose for a while now. the running version is v0.9. There are about 16k subscribers and a ton of notifications already stored. ...

Hi, I'm just trying to run the project in local, but got this error:

npm run setup:project
setup:project npx --yes [email protected] i && node scripts/setup-env-files.js && pnpm build
...

Newsletter Bug

I'm trying to subscribe to your blog but I get an error, see screenshot and error message from console. Failed to load resource: the server responded with a status of 502 () ```...
No description

Getting Started with Go Stumble

Hey team, I am checking out the Go SDK and out of the gate running into an issue. The docs say to go get github.com/novuhq/go-novu but then we import novu "github.com/novuhq/go-novu/lib" -- it complains that I need to actually go get github.com/novuhq/go-novu/lib -- am I doing something silly or is this a docs problem? https://docs.novu.co/quickstarts/go...

JSON Structure for creating workflows

Originally posted in #🚀│general . Reopening https://discord.com/channels/895029566685462578/1217179179372646571/1217179179372646571 in this channel as instructed....

Does Novu support sending messages to Slack personal users yet?

Hi Novu team, currently I need to send messages to slack users and channels. With the channel, I have finished setting up to send messages to a channel via slack webhook. What about personal users, I don't see any blog to guide this.

Tenant Support for frontend : React

I want to fetch notification for a subscriber of a specific tenant, how do i achieve that,
do i need to make a manual configuration for now?...

Angular component is showing only 10 notifications

We are using Angular and everything seems to be working fine, but we are not getting all the notifications in the notifications center. It seems to be showing only 10 notifications from the first call to notifications/feed endpoint, but doesn't care about the hasMore flag Is there a way to get more than 10 notifications?...

Data Processing Agreement, International Data Transfer and Data Storage region

I have read that Novu offers hosting in EU (Frankfurt) (https://docs.novu.co/security-and-compliance/security#where-is-my-data-stored), but the DPA (https://novu.co/dpa/) does not mention that option, nor does it define that if we select EU, that no international data transfer will occurr. Can someone from the novu team explain what the region selection is then for and if there are options (Besides self hosting) that will prevent international data transfer?

Invalid delay configuration

I started to this get message yesterday, "error": "Cannot read properties of undefined (reading 'findOne')". But my payload hasn't changed here is my payload: "payload": { "subject": "We're On It! Your Roof Quote Request is Being Processed", "comment": "You are successfully submit form requesting quotes for your new roof", "jobId": "65f04a4af210a27e136a9a1f",...

Pusher Beams Configuration

Hi, I have a pusher beams setup and I can with their console send push notifications to my web app. I'm trying to setup a novu workflow with pusher beams and I'm getting:
Subscriber does not have a configured channel
...

Slowness in sending notifications

Hey Team, we're running a self-hosted Novu instance with 12k users. When triggering a workflow using broadcast, it's taking around 40 to 50 minutes to send notifications, even though the target audience is only 30 to 40 users. Is there a reason why a step is created for every user in Novu, especially when the target audience is small? Are there alternative methods we could use? What steps can we take to reduce the time it takes to send notifications?...
No description

Is there any way to let a specific channel node to have 3 handles top, left, right ?

I want to build a new channel node that 3 handles, top connects it to the prv node, and left and right (wanna show addNode btn) allowing the user to add new channel node on each side, to end it up has tree node. found this img on react-flow docs, it's so similar to what i need to do. Does this idea doable ?. really appreciate your help. thx 🙂
No description