Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

Merge all digests from different workflows

I have setup a workflow for each type of notification that I have. ex: - UserCreation Notification - UserNameUpdation Notification ...

How to digest events for different push notifications?

I have a workflow that has three triggers: one email and two push notifications. In the email template, I use the handlerbars helpers, but we don't have that for push. I tried adding a filter, but we can't access the step.total_count on the filters thought. Any suggestion on how to implement that? ...

Schedule Digest not working as expected

I have a workflow with a schedule digest to trigger every 4 hours. For testing purposes, I changed this time to every 2 minutes. I have a logic to send different titles and bodies on my email template according to the step.total_count variable. The issue I'm noticing is that it doesn't behave as expected. If I trigger this workflow once, I receive the email fine. The title is You have 1 new unread message. But if I trigger this workflow many times, I still receive the email with the same title (and body)....

Slack notifications to users

I have a quick question , I have an application that needs to send notifications to different slack channels and users . The guide shows how to deal with slack channels , is it possible to send messages to users privately ?

Data expiration update

Hi, I'm having an issue getting the data expiration that was in the 0.14.0 update working. Our Novu was originally set up with version 0.13.0 and has since been upgraded to 0.16.0 but the data expiration is still not working. Is there a manual migration or something similar that needs to be run so that data expiration will be applied to the notifications?

Slack Notifications through existing Slack app

I'm trying to understand how the Novu <> Slack integration works beyond just adding a webhook to a Slack App. We already have a Slack App our customers use to interact with our app, and if I want to allow them to use this existing Slack App to either receive notifications directly to a user, or to a Slack channel the Slack App is already in (i.e. #app-notifications), I'm unsure if this is natively supported by Novu or if my application should handle the notification and then push it to our Slack...

What is the use case for workflow groups?

They currently behave like a tag on every workflow. But not able to see any use case for it. Ideally I would want to set subscriber preferences on workflow group level

Slow notifications

Hi, we are using cloud novu for in-app notifications and we have noticed some slowness couple of times. It happens for some time and get resolved automatically. As you can see from the attached image, it took almost 40s for the message to be sent out
No description

Slow

Hello all We are using cloud novu and yesterday across all environment we encountered slowness issue and later it automatically got resolved And again it's happening today Need your help in this....

Date Format in Notification Template Using Handle bars

Hello Is it possible to format date using the timestamp? Example: input: employee = "Test User"...

Delete messages by transactionId API explanation

Am I correct in assuming that the Delete messages by transactionId API deletes ALL messages tied to a transaction ID?

Reverse proxy config is not working

I'm trying to setup novu services behind a reverse proxy (nginx). As per the docs I have setup CONTEXT_PATH for web. But when I hit the url the web project is still looking at the base path and the base url is not getting replaced.

Use of workflow groups and tags

Hi! I have 4 workflows grouped under LEAVE-REQUEST LEAVE-REQUEST:CREATE LEAVE-REQUEST:APPROVE LEAVE-REQUEST:REJECT LEAVE-REQUEST:UPDATE...

Unable to send notifications in 0.21.0

Hello. We are currently using Novu self hosted on version 0.16.3 in production. I tried to upgrade to 0.21.0 but got an error while sending notification that "Subscriber does not have an active integration". It works perfectly fine if I use 0.20.0 version. Did anything change in 0.21.0 that we should be making changes to make the notifications work?...

FCM Push provider guide with iOS app

I'm currently working on creating this guide. Here, you can find the current guidelines for this guide: Please note that this guide is a work in progress. We welcome your review and feedback. If you have experience with Firebase Cloud Messaging (FCM), please share your insights and suggestions to help us improve and ensure we cover all necessary aspects. Main Objective...

`actorSubscriber` is null when using headless React notification centre

Hey there! I'm using headless React and I see that the 'actorSubscriber' is set to 'null' for me. I'm trying to update the docs to include actor type for IMessage model.
No description

Error when trying to fetch subscriber

When i try to trigger get request to fetch subscriber from my localhost i got this error

How the Workflow Group property might be used in the Headless API?

Hi! I've added different workflow groups for notifications. I'm using Headless API to work with notifications. Can I exclude notifications with a specific workflow group for a user, using Headless API? How the Workflow Group property might be used in the Headless API?...

Is there any way to update an existing notification in Novu (In-App) with new content?

1. Is there any way to update an existing notification in Novu (In-App) with new content? 2. How would I programmatically clear a notification from the novu in-app notification center and see this notification get removed without needing to refresh the notification center?...

Push-webhook newbie question/confusion

So when we set credentials for the user for push-webhook using the following // PushProviderIdEnum.PushWebhook = push-webhook await novu.subscribers.setCredentials('subscriberId', PushProviderIdEnum.PushWebhook, { deviceTokens: ['ANY_RANDOM_STRING'],...