Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

How to push notifications with FCM?

At channel Push, i use FCM but it don't work. the error is "Subscriber does not have a configured channel". What should i do

Deployment via Kubernetes on AWS EKS

Hello, I'm not the most knowledgeable when it comes to Kubernetes. Here's what I did: 1. Created cluster on EKS...

integrating slack chat throws subscriber does not have a configured channel

I am trying to integrate Slack chat notification to my workflow But i keep getting Subscriber does not have a configured channel error In Get Subscriber i can see the channel array is empty, even though i get email notifications for this subscriber...

Can I build my email template in Sendgrid and trigger it via Novu?

Also how can I pass on variables to be used in the email template within Sendgrid?

Notification Center Isn't working properly

Hi, i have some issues while using notification-center first one is only 10 notification fetched and the value of
hasNextPage
hasNextPage
is always false so i cant fetch the next notifications but the unread count says it has more than 100+ notifications second one is when i trigger the function of
markAllNotificationsAsRead
markAllNotificationsAsRead
it only read & seen the fetched notification ...

When the timezone awareness would be released

I heard that the timezone awareness is coming soon, so could you tell me the approximate release date? or please let me know the approximate period. Thx 😄

TriggerTopicAsync slows down

Hi novu-Community, first of all congrats to the relaunch of the documentation - looks awesome! We have self-hosted novu in our Kubernetes-Cluster on Azure. During setup we recognize that the helm chart, that you have in your Git is not published, so we copied it over (would be helpful for new customers, that the helm chart is published somewhere)...
No description

Implementing unsubscribe links with SendGrid as email provider

It appears from the code in sendgrid.provider.ts that there isn't an option to send the ASM group id which would enable SendGrid managed unsubscribe links. Is there a way to implement unsubscribe links via SendGrid? If not, what is the approach with Novu? We would have to build a bespoke subscriber preferences page?

what's react-app-rewired used for in Web ? another Q about Module Federation!

I'm just a new member to novu community and trying to figure out how the stuff work, very interested in web module and trying to know how it works, so what's usage of react-app-rewired ? also is it possible to use webpack module federation to try to export some components like workflow to be used in a separate react side project?

How to connect Slack Bot (not Webhook)?

Hi there, I've read the documentation on how I can overload the Slack integration to Novu but my organization has a different use case, where we want to integrate Slack Bot, which uses bot token (not incoming webhook URL) to send the messages. We want to go for Slack Bot instead of Slack Webhook because we have the following use cases: - Let our customers configure the channels where they want to receive the notification (allow them to reconfigure channels in future as well). - Send DM to a user if he/she has received a mention in our Application. - Handle the cases where our Slack Bot is mentioned or a DM is sent to it....

Cohorts/segments

Hi, does novu has a plan on implementing cohorts/segments? Or an integration with some 3rd party tool like mixpanel?

Pop-Up notifications in novu

Is there any option in NOVU to show a pop-up notification, whenever a new notification arrives? Also, if I want to enable desktop notification (show notification on my desktop even if im not currently on my app web-page), so that user can be notified in-case of urgent events.

v1/widgets/messages/markAs not found

default request to mark messages as seen not working React App novu-notifications-center version 0.18.0...

Event Trigger throws an error -workflow not found in self hosted

-"{"statusCode":422,"message":"workflow_not_found","error":"UnProcessableEntity Even though the trigger exists when I check in Get/workflows This started happening today. ...

High load on Mongodb

Hi, everybody! I've got a problem! I used to spin self-hosted novu through docker compose, now I've dragged everything into k8s. I deployed with helm chart. Mongodb is deployed in replicaset architecture. Redis is there and novu sees it. And so to the problem. When an application accesses api-novu (60 rps for 10 minuts) the load on mongodb increases monstrously, which causes it to crash. I wanted to know if redis is used for write-back scheme? And how can the load on mongodb be reduced?...

How to set up an mx record in namecheap

how do I set up an mx record in namecheap? I can't figure out what to enter in the host field of the mx record

Default layout on email step when created through API

Through the API, when I create a workflow with an email step, the default layout is not set as the layout for that step. More technically, the step returns a _layoutId as null. A look at the source code confirms that behaviour as much as I could tell. Is this what is expected/desired? I have follow thoughts, but just want to confirm that first. ...

Self-Hosted Reverse Proxy WEB_CONTEXT_PATH

The WebContextPath does not seem to be working i want the web client to resolve to https://domainame/novu but it fails to load the env-config.js because it loads it at https://domainname/env-config.js instead of https://domainname/novu/env-config.js
No description

group notifications

Is it possible to create a group for the notifications? examples :System Updates (Please login as your data is ready, here are the new features), Task (Please perform A.B.C and move this task to completed) by @vsubram2...

How to add a slack workflow

I have been trying to add a slack provider, I have tried to click the button at the bottom several times but no action is triggered clicking on that.
No description