Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

Sending SMS via TOPIC

Hello. I sent an SMS to the Twilo service via a topic with a few people in it. But only one of them can receive the message. I think it only goes to the first person in the array, but how can I send a message to all subscribers included in the topic at the same time??...

PHP SDK using dynamic properties

Hi! We've recently updated our PHP version to 8.3, and are getting some warnings for Novu. It seems like the package is using dynamic properties for triggers, which is deprecated unless the tag #[AllowDynamicProperties] us used. It's not breaking functionality, but I was wondering if it could be included in the next update ☺️

Mark All As read functionality using custom footer

I am using /read API to make all the notifications to mark as read. The API is getting successfull. But the UI is not getting updated till I refresh the page. Is there any other way to make this possible?...

Do you have documentation for all the available overrides on a trigger?

Do you have documentation for all the available overrides on a trigger?

Is it possible to override which channels are using when triggering an event?

I've searched for this but couldn't seem to find an answer. I want to know if it's possible to specify / override which channels in a workflow would be used when triggering an event? I have one instance where I just want to send emails from one trigger but no in-app notification and another where I just want to send in-app messages but don't want to have to create multiple workflows....

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