Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

Bad hostname in SES Email integration Provider

Hi, I have configured an email SES integration provider, but when I test it, it failed because the hostname configured by the SES provider is "email.eu-west-01.amazonaws.com", and the smtp endpoint that aws is setting up is 'email-smtp.eu-west-01.amazonaws.com'. Thanks...

Custom SMS Provider

I have a custom provider whos url is like this: http://servicio.smsmasivos.com.ar/enviar_sms.asp?api=1&apikey=[YOURAPIKEY]&tos=1144445555&texto=Mensaje I tried to configure Generic SMS whit this data but i couldn't. Is this posible?...

AI assistant for your documentation

Hey guys! We’ve built an AI assistant tool for your developer docs here: https://chat.glimelab.ai/novu. Free of charge! Let us know if that's useful for the community 😉

Error encountered when configuring project

HI, I've synchronized the next branch to the latest for a feature, but encountered errors while configuring the project via Jarvis. Furthermore, when initiating the process, I encountered an error related to @novu/application-generic. I'm using the Windows OS with Node version 20.5.0. Previously, the project worked fine, but after the sync, I'm unable to start it. Any assistance or guidance would be greatly appreciated....
No description

401 Unauthorized from Docker API Instance

API endpoints get 401 Unauthorised, not letting me signup. (Docker)

Handlebars Function

Hey, I like to add the current date within the template to create a current year copyright text. Is this possible with handlebars?...

User authorization for react component

I just came across novu and seems very helpful, I'm trying to integrate it with my nextjs app. I cannot figure out how to enable user authz, this seems pretty open and could easily leak other peoples' notifications if their id is known. Is there a way to add some sort of authz here? I'm intrested in using novu cloud. ```...
Solution:
Hey @onestyle check out this guide about React InApp, the section about HMAC is what you are looking for https://docs.novu.co/notification-center/client/react/get-started#hmac-encryption

Novu Unsubscribe Link in E-Mail

As of german or european law, emails should have a unsubscribe link within an email. Is it currently possible to add one, which will modify the current preferences for the workflow to set it to disabled? f.ex. when user preferences are allowed?...

Update Mongo DB on Docker Container

I need to upgrade novu and i read that is mandatory run migrations. how can i run migrations over a docker container mongo db?...

search logic in get push notifications request and read/unread status

Hello! I use API for get only push notifications via /notifications endpoint and have few questions: - I want to get it by some custom type (for example system_push, team_push). I know that novu has feeds or topic but as I understood it's only for in-app messages. Maybe I can use search query for that but I didn't found info for which data this search works. - How I can check read/unread status for push notifications? Or is it only for in-app notifications? I want to show it in push notifications custom list inside app. I didn't find some fields inside notification object....

Unable to get activity feed

I am unable to get activity feed using this curl, even though I am having like 21k feed data. curl --request GET \ --url https://api.novu.co/v1/feeds \ --header 'Authorization: ApiKey <NOVU_API_KEY>'...

headless fetchNotifications() overfetches on multiple calls

I'm using the headless library to power a component that has 2 states, all notifications and unread only. It all works fine on initial load but if I change the state (and make another call to fetchNotifications) then there seems to be a feedback loop where the data gets fetched for both cases multiple times. I've tried unsubscribing after receiving a notifications response which does stop the refetching but then I can no longer listen for unseen notifications. NOTE: The example on the novu-headless-demo has an await for the fetchNotification call but fetchNotification returns no promise so it doesn't quite work 1:1, no idea if this is related...

novu issue

@all i use self hosting in ubuntu server but we hit the my domain url/auth/login we are getting cors error how can we solve this?

Invites and Disabled User Registration

Hey, we had disabled user account creation to prevent users to create new accounts and use our system. But we want to invite new accounts. Is this possible both at the same time?...

In-app notification issues

Hello, currently, I'm implementing Novu In-App notifications in my core PHP project. I've integrated React components and used cURL for triggers, as shown in the snippet in dashboard workflow and i have also self-hosting it by dockerzing Below i am mentioning the issue i am facing for so long . So please guide me to resolve these issues 1. Without reloading the page, I'm unable to detect if any notifications have arrived. ...

How to use Subscribers custom data inside html template using Handlebars

Hi team, I trying to send emails with some dynamic data, I want to use Subscribers custom data inside html template. I'm using it like below why its not working for me ?...
No description

Remove outdated InApp Notifications

Is there a way to remove outdated InApp-Notifications or notifications within the digest engine? In our use-case the app triggers a workflow each time a status of an request is updated. if the user accepts/denies it over and over, the notifications would add up and has no value for the user....

Is the lastest version of Novu working for community self-host?

Is the lastest version of Novu working for community self-host? On GitHub, the helm chart is still set to 0.15.0