Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

Self-Host: Triggering workflow to topic subscribers doesn't work

Can we solve this problem once and for all? Like @Mei (https://discord.com/channels/895029566685462578/1230090324341166112/1230347369997144136) suggested, there is a variable IS_TOPIC_NOTIFICATION_ENABLED. But in all cases in .env files it is set to true and feature still doesn't work....
No description

What is diffrence on main branch and next branch?

Before setting self-hosting, I want to know 😁 Can you tell me what features have been added to the next branch?...

Is Tenant Structure supported on self-hosting?

Actually, I got a reply from Mr.Pawan that tenant structure is only supported on Cloud service. But I found some replies it can be used on self-hosting. So I'm really confused .. haha. Please help to answer my question. Thank you...
No description

Handle delete topics

Can I delete the topic using a curl even if we have subscribers added to the topic?

Items from development not being seen in production after promoting the changes

Hi guys, me and my team are experiencing an issue after changing the copy in the development stage and promoting it, its not being seen in production.

Used variables in step are not shown

We are using the custom-code of email step and encounter the issue, taht used variables are not present, when used inside of #each of handlebars. We are currently fixing this with invisible html. Is there a better way or should this been tracked for a fix within an seperat github issue?...
No description

Create subscriber via API

I found this endpoint in API but didn't find how I can send fields for deviceTokens and PushProviderIdEnum.OneSignal. Can you help please? I know that it has in novu/node library but we prefer use only API

Trigerring workflow with topic not working.

Hi, I'm trying to use a simple topic to send email to somes subscribers. But its not working: I'm on Java 11. using sdk Novu 1.5.0. Calling like this:...

Triggering workflow to topic subscribers doesn't work.

I've got simple workflow defined send-mail which is just simply sending mails. I've tested it and I'm receiving mails when I'm triggering it to single subscriber, but it doesn't work when I try to trigger that to the topic. First I created the topic like so: ```js const createdTopic = await this.novu.topics.create({...

React Native Custom Implementation

Hey, I'm planning to integrate novu with react native. I need to handle Novu websocket events because we don't have any support for it. I can handle web socket events but what is the entire process for securing a web socket connection? If anyone guide me on how to create a secure web socket connection with Novu using react native?...

Delete Bulk messages. Sort messages

Hello! Have 2 questions: 1. Can I delete Bulk messages via API? Didn't find it in docs but we need it. Or maybe some endpoint for delete all messages 2. Unread messages always in top when use /notifications endpoint but we need sort by time, can I change sorting field? Thank you in advance...

tenant on self hosting

is tenant option enabled on self hosting novu?

Connection to MongoDB closes occasionally in self-hosted novu

We are having issue with self-hosted novu. Connection to mongodb seem to close occasionally, resulting in increased app latency. Also I noticed that novu opens large number of connections to mongodb (up to around 500). Is this normal? Attached log message with 2 errors I frequently see in container logs. We are using novu 0.23.0...

Lots of Redis Errors - is this normal?

Howdy all - Is this normal to see this number of Redis *close, reconnecting, ready *messages in my server log (Docker on Azure App Container). It seems a lot but I'm new to Novu. Thanks...
No description

novu-java sdk: Trigger workflow to a topic

Using Java, how can i trigger workflow to a topic? Any Novu Java documentation that I can refer to? Thank you!

customize workflow steps digest

Hey, we like the templating functionality within a step and want to use the novu button within the custom code section. Is this possible with an variable or similar?

What is the socketUrl for account in EU?

Hi, I try to look around the documentation but so far only found this place: https://docs.novu.co/echo/sdk/client And it took me several hours to realized that I have to specify the backendUrl if my account is in EU. This should be mentioned in the quick start guide. Now it works but not real time, every new notification need a full refresh app in order to see, so I guess I also need to specify the socketUrl for it?...

Tentans or Topics

Hi all! I've got multiple organization in my app. Wondering is I should use tenants or topics. What im thinking is to notify thing to all users belonging to the same organization only. All organization and its users, should behave equally, that means, the workflows should be the same. Is this better modelled with topic? What do you think?

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