Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

Limit query params not working on notifications/feed API

I had pass in limit as query params and it doesn't reflect on the response. As you can see I set the limit to 20 but the response still mentioning page size 10. My current Novu version is v0.13, is this already being fixed on later version?...
No description

Digest Email Workflow test not showing step events -

Hi guys, thanks for help ahead of time.
In my custom code for the email, I have: <p>You subscribed to be notified when an article or intelligence report is published with a particular tag.</p> <p>...

Support for personal user notifications on Slack

Currently, Novu only facilitates channel-based notifications. When I attempt to authorize Slack, the system prompts me to choose a channel for notifications. However, I would prefer the option to send messages directly to a specific user instead. Technical side of this issue is, novu currently requests the "incoming-webhook" scope. Instead, it should request the "chat:write" and "im:write" scopes to enable the direct sending of messages to a user, bypassing the necessity for a channel....

How to contribute and be assign to open issues

Hello, how can i be assign to open issues on the repo to contribute to the open source project ? And how is your process of open source working in more details ? Thanks a lot in advance !...

Sending Mobile Push Notifications to Different Mobile Devices Owned by the Same Person

Hi, I have a usecase of an event triggering a workflow which needs to send push notifications to a user in the payload and each of his/her mobile devices. For example, when a reminder is triggered - a push notificaiton should go to his/her iPhone and iPad. What is the recommended way of doing this? Below are the solutions I've thought of so far: - Each user is a unique Subscriber and their mobile tokens are included in the data column as a list? - Each mobile device is a unique subscriber and the User/Subscriber map should be kept in an external DB? Are there any easier methods of doing this?...

How to add deep link in push notification (firebase provider)

Hello, I don't understand how to insert a deep link in my push notification. Is this related to the override section ?...

Best way to cancel a currently in-progress workflow?

Probably easier to describe what I am trying to do. If a user signs up for newsletters, this triggers a workflow with n emails. The emails are spaced out by days. If the user signs up for a subscription while this workflow is "in progress" I want to cancel this workflow so I can start them on a different workflow. I know that when I trigger the workflow originally I get a transaction id, is there a way to get the current "in progress" transactions for a subscriber so I can cancel the remainin...

Overrides content of push notification (firebase provider)

I'm currently trying to overrides the content of the push notification I need to be able to add a title, custom message, image, and a deep link I'm not really sure to understand how the overrides section is working. when i trigger my workflow with the overrides section i don't receive the notification anymore on my device without it i receive it but with the default value set in Novu interface....
No description

get subscriber by email

Hi! I would like to get subscriber by email. I only found method https://docs.novu.co/api-reference/subscribers/get-subscriber. It's not appropriate for my logic. Or is there any method to get all subscribers without page limits, so that I can filter with needed email?

In Self host Novu Mark all as read click then unseen count Api not call

const SUBSCRIBER_ID = "6540a66d7b9fca870e413e123"; const APPLICATION_IDENTIFIER = "rR_23432455"; const Has_MAC = "ead079cc6c42447accf4ac8f7cf52711a56988eaf4696940a5d8ad560d4828a7"; const NOVU_BACKEND_URL = "https://novu-api.ca";...

Bulk create topics with one api call

Is there are support for bulk create topics in one api call and adding subscribers to different topics at the same time with one api call again?

API versioning

I am wondering if there is any reason why there is no minor versioning on the API? For example, as a maintainer of the dotnet-sdk, there is nothing for me to check (programmatically) that there have been changes between 0.18.0 and 0.21.0. The current version is simply 1.0 and I know there have been changes made. https://api.novu.co/api-json...
No description

Best way to handle SubscriberID and Auth0?

Hi all, big fan of the work and we're looking to use novu for our workplace in our internal systems We use Auth0, all our staff are in Auth0. As we want to send out specific notifications our on our platform depending on the role, We'll need to have the subscriberID stored in our users metadata. I'm just wondering what, would be the best way around this? We have our codebase all splitout on the backend into small components (Catalogue Component, Inventory Component, Manifest Component etc) and don't have a User Component as, we just use Auth 0....

Worker is not processing notifications.

I have self-hosted Novu, API (api:0.18.0) and worker (worker:0.18.0) we have deployed in the k8s cluster, 2 days back everything was working fine, and we were able to get notified. Notification functionality was working fine but now it's not working. The server is up and I am not getting any error logs in there, note: After triggering the notification response was successful but worker logs are not updating and we are not getting notifications.

ActorSubscriber is alway null

We are evaluating Version 0.21 at the moment. We can Push events and also define the "actor" with the subscriber id. In the activity stream we see always the related actorId. But in the notification center, the actorSubscriber is alway "null" in the CTA Object. Is this a known bug?...

Trigger Event to topic, see topic in message

We are triggering events to a topic with some subscribers. How is it possible to get for each event the topic where it was triggered? It will help us also to be able to access the topic "name". If there could be an image or some additional fields it will be also cool. ...

Pre-requisites of deploying Novu

Can someone give me the basic requirements to start novu inside my kubernetes cluster? Like bare minimum. I just used only one image that is ghcr.io/novuhq/novu/web:0.21.0. Anything more should i put other than this?

Is it possible to have custom button other than CTA buttons in notification

For example adding more info button inside notification which redirects Is this possible by making use of notification-center provided by novu by default without using headless notification?...
No description

Two different events with different email addresses are sent to the first email address

Hello, I have been using novu for a short time in my work. I have been using it regularly to send emails . I am working with nestjs framework. My previous tasks were only related to sending one email at a time, however, I am on a task where I need to send two consecutive emails, to two different events: one to notify the user and one to notify an administrator. My problem is that, although I send both events with the specific subscriber information to each one, both emails always arrive only to one of the emails. ...
No description