Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

Does invoking a new Novu client hold a open connection?

Hi! Within my Remix app I would like to add Novu. Usually I wrap my clients in a remember/singleton function so it won't create another instance next to the other. Is this recommended as well or will Novu close the connection after it has been used?

What is diff with tenant and organization

While reading your documents, It shows that they are so similar .. So I want to know the specific diffs .....

Multi-tenant on self-hosting

Hi. I added IS_MULTI_TENANCY_ENABLED=true to all my .env file ( api, web, worker, etc ...) But I can not see the "Tenant" Menu .. Can I get your help?...

Helm chart

Hi, can anyone help me with self hosted deployment I am getting this error: helm install my-novu . --set store.encryptionKey=$(openssl rand -base64 32) ...

In-App Title

Can we add In-App title somewhere?

Unable to access "changes" menu. Cannot read properties of null (reading 'firstName')

We get this message: Sorry, but something went wrong. Our team has been notified and we are investigating. Event Id: 7cc9a9461ceb4cbc834ccec41ab8d0e5. TypeError: Cannot read properties of null (reading 'firstName') ...

Remove details from subscribers

I want to remove the first name, email and phone from a subscriber. How can i achieve this? I tried sending null as value for these fields in the payload but only email is getting removed. I'm using self hosted Novu and using nodejs sdk to interact with it.

access digested notifications data

Hello, I have a doubt about digested notifications. I successfully implemented digesting and I know that step variables like (step.digest, step.events) can be accessed while in a workflow step. But once the digested message is accessed via NotificationCenter it seems that there are no data (payload essentially) from the other digested notifications. So is there any way to access data from all digested messages while in using NotificationCenter?

Blocking APIs for me?

We have sent the first batch of users notifications which was successful. Now we are trying to use topics which work perfectly on my local machine but when I try to test it on staging or development servers I am not getting any notification, are there any restrictions that are there for the Novu APIs?

Customize payload for different steps in workflow

Is there any way I can handle the payload for different steps in a workflow? Like for first push i want to set "title" different from second push. I'm using nodejs sdk.
Solution:
Thats not the issue im able to get the redirect url. im using custom url field in the payload. But when i have configured more than 1 push steps in one workflow all the push steps are getting same url. Is there any way to control the individual payload of a particular step when triggering the workflow?

React native Support

Hi Team, is it possible to listen for incoming in-app notifications in my react native app using the socket URL https://ws.novu.co without using the SDK?...

Sender names not showing up with mailgun as a provider

I have a mailgun email provider and I set my Sender name to “Commenda” (the name of my company). I’m sending emails from an address “[email protected]” Expected: the sender name should be set to Commenda - the from header should say ...

Sending email attachments "{"statusCode":413,"message":"request entity too large"}"

I'm trying to send an email with some PDF & excel spreadsheet attachments. We're self hosting Novu. Where is this error coming from? Just NGINX? How do I increase this size.

Is there a way to get message id when trigger the workflow from the backend?

This is so the backend can save a history of messages sent, and request delete if needed. The https://docs.novu.co/workflows/messages#delete-a-message uses messageId, but the responsed from novu.trigger returns transcationId. Alternatively is there an API to delete message by transcationId?

Discord Templates

Is it possible to pass in elements like lists and line breaks in the discord template editor for a discord message? I read the docs but it does not seem to be possible.

Novu integration

Hey, I am a beginner developer with little experience in react.js and node js development I am currently doing a project for my university in which i need to integrate novu for basic in app notifications I am not good at reading documents so i am having trouble implementing this process Kindly guide me through, would really appreciate if there is any references tutorial link for a react and node js project integration...

Notification Center Configure Settings?

Hey I'm using the notification center in React. I would like to conditionally show the notification settings options based on the user. Is there a way to configure what settings we show and hide in the frontend?...
No description

Multiple Push Webhook

Hi, I'm having a problem with push providers. I have a user configured in 2 providers, the idea is that each provider would be used in a different workflow. When activating a workflow, 2 push webhooks are being selected, I would like to activate only 1. I tried to use the conditions of providers and tenants so that only 1 push webhook is selected, but the 2 push webhooks continue to be used. Does anyone know if I'm using the resources correctly or if there is an alternative? in the image I show the event that is triggered with the tenants and the conditions of the providers...
No description

Activity feed not working

i do any activity ,Activity fedd not showing any grah
No description

Notification center

backendUrl setting to an http novu self hosting url give me cors error