Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

Novu version

How do i know which version I'm using in Novu dashboard

No email from Custom SMTP

I have novu version 0.24 hosted at a server. I have my personal SMTP credentials, which i have tested on a python script. The SMTP works. I have created a custom SMTP on the integration store with my personal SMTP credentials. I am triggering my workflow which has Email channel added. When i trigger workflow i get “ Template triggered successfully ”....
No description

How delete all activity feed items from Production env ?

Because Im stupid Ive did all my test in Production mode so a lot of in-app and pushs notification was send. How can I delete all of them ? (currently notifications are not in my production build so users dont gonna see it)

Problem with PATCH subscriber

I'm tring to turn off the in-app notifications for a subscriber using the api But as you can see from the result I'm getting back it does not stick. The in_app notification channel is still enabled. What am i missing? ``` curl -X PATCH ...

Bridge endpoint implementation in python

Hi, I want to implement my bridge endpoint in python and was wondering if that's something which is possible today, and if not is it planned, and is there an estimated timeline? Thanks!...

Integration API : check flag

We're trying to use integration API (https://docs.novu.co/api-reference/integrations/create-integration) where we're posting integration to be used on the fly. However when wrong credentials are given with check flag as true then API is failing with below response - "Internal server error, contact support and provide them with the errorId" => however if we provide correct credentials it's giving correct response. Is there any way to know if this error is due to wrong credentials or it can be other type of errors too?...

I am not seeing the option of tenants in the latest 2.x version when i start with docker-compose

Also i added the multi tenancy flag as shown in the image in all service
No description

How use FCM push in NextJS app

Okay I dont understand how we implement FCM push notification using novu in NextJS app. Because Ive added FCM to my workflow but I never receive the notification in my NextJS . My FCM (with service workers) integration seems to be good because Ive test it and its workring. FCM seems to use tokeen to authenticate a user but how novu know this token ?

I donot see an option to create a workflow in novu cloud.

Do I need to setup novu studio, push code, add git action etc? when I simply want to use novu cloud and add it to my existing application?

Problem Get Topic

Hello, I created a new topic, but when I requested Get Topic appears invalid URL. Can you help me, please? I tried create again, but Topic already exists:...
No description

Error trying to sync to cloud (code based workflow)

Ive made an ExpressJS api and ive setup an endpoint /novu. Ive publish my app on subdomain.mydomain.com but when I try to sync manually with subdomain.mydomain.com/novu my logs : ``` [Error]: Unknown BridgeError: crypto is not defined at bt.handleError (/app/node_modules/@novu/framework/dist/cjs/servers/express.cjs:95:6281) at bt.handleAction (/app/node_modules/@novu/framework/dist/cjs/servers/express.cjs:95:4889)...

How are Service Worker (WebPush API) possible?

Hi we would be able to send to the browser / system some Push Notifications if the browser accept this. It will be possible with the WebPush API as a Service Worker. How does this concept work together with Novu?

Hide workflows for specific users in Preferences component

Hello! Is there any way to hide a workflow for specific users? Let's say I have two workflows "workflow A" and "workflow B" and a user with a specific property (in this case the subscription plan on our project) should be able to see only workflow A or workflow B in the Preferences component based on the subscription plan he has. We also check for the subscription plan in the execution of the flow, so I could hide the workflow just VISUALLY and that would be fine....

Using Echo to send internal slack message

Hi guys, We're looking at consolidating all of our internal messaging which is currently happening separately to Novu. We'd like to unify the approach to have all of our communications in one place and use Novu to send internal Slack messages. ...

FCM webPush overrides not working

Hi! I'm using novu/node v2.0.1 on my NestJS project and I'm trying to set overrides for webPush, but the typing seems wrong. The docs suggest this: ``` overrides: {...

Upgrade from 0.24 to 2.0.0 self hosted novu instance

We have self hosted 0.24 with EKS. Can we upgrade from 0.24 to 2.0.0 and are there any guidelines or docs anyone has tried it? Anyone has tried migrating existing workflows to new code based workflows?...

TypeError: undefined is not an object (evaluating 'navigator.locks.request')

Im just using the default Inbox component from @novu/react. Its working on desktop but on mobile I have the error. I have no idea how to debug it

preferences not updating

const res = await novu.subscribers.updatePreference(subscriberId, templateId, { channel: { type:ChannelTypeEnum.IN_APP, enabled, },...

setting up novu as per contributing.md is throwing errors

I followed exactly as mentioned in contributing.md to setup novu for contribution. I have nodejs 20.8.1 and pnpm installed too. Can anyone help me debug the issue
No description

novu.subscribers.getUnseenCount(<subscriber>, false) always returns 0

Hey folks, I found an issue where the novu.subscribers.getUnseenCount method always returns zero in the response when set to false even if there are unseen in-app notifications for the subscriber.
data: { data: { count: 0 } }
data: { data: { count: 0 } }
Alternatively running the same query with true shows the correct number of already read messages for the subscriber....
Next