Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

Not able to promote changes to workflow

Hi, I've done changes to a workflow (edited a trigger condition and added another to an sms variant) but I can't see them in the pending changes tab in order to promote to production. Can you please help? Many thanks, Rui...

Not able to handle primaray/secondary actions through cdn embed.

I am only able to run this piece of code with iframe. I want to use this with the cdn embed. Please help me how can I do that, not able to find on docs novu.on("action_click", ({ templateIdentifier, type, notification }) => { console.log({ templateIdentifier, type, notification }); window.alert("Yes! this worked!")...

I have two applications that require email sending functionality via Mailgun

I have two applications that require email sending functionality via Mailgun, using separate domains for each. To accommodate this, I have set up two Mailgun integration services within the same Novu instance (novu 23.0.0). My question is: How can I utilize both of these integration services simultaneously to send emails from their respective domains?

Expo issue with ios push notification

How do I fix this? The token attached to the subscriber is for IOS device, we are trying to send push notifications and we are successful with android while ios has the below issue We have a self hosted novu and I am not sure whats wrong here....
No description

Local setup using Docker.

Hello Team, Could you please advise on setting up my local environment using Docker?

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

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