Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

Not able to create build for particular api as we have made changes in code as per our requirement

we are using currently docker based deployment and we are not able to make build in pm2 also

Push fcm title body variables

How can i have dynamic title and text for push notification? I dont want to send hardcoded text from workflow.

push notifications grouping

Hello, is there a way to group notifications based on some id? e.g. group chat messages based on room ID.

IS_MULTI_PROVIDER_CONFIGURATION_ENABLED

I have multi configuration turned on and then provisioned new integrations through the API, I then get the error about not having a primary integration. I would see this a design issue with the API that it does not implement the business rules. I assume these to be that there is always one primary. I have confirmed the business rule by poking the data on the primary field in the integration....

IS_TEMPLATE_STORE_ENABLED when enabled looses testing integration

Sorry, I can't find the documentation. Feel free to point to it. ghcr.io/novuhq/novu/web:0.20.0 When template store is enabled, I can no longer find a way to test the integration. The "disabled"/previous version does the test on "Update". What have I missed? It's a great/necessary feature (although the previous version can be painful for saving)!...

Control open/closed state of NotificationCenter

Is it possible to control the open/closed state of the NotificationCenter (React)? I want the NotificationCenter to close when I click an Action. Currently, the NotificationCenter remains open when I click on an item's Action button. Ideally I would be able to set an open state on the NotificationProvider...

self

How to setup novu web with docker for contribution? Self Hosting
No description

How to get the count "unread" feed of a subscriber?

Is there any APIs available? I am looking for python SDK...

Bulk create subscribers not re-creating deleted subscribers

Good day! I am experiencing an issue with bulk subscribers creation endpoint. Steps to reproduce as below: 1. Create new subscribers with the bulk creation endpoint, the result is 201 with the created subscribers in the created object (img 1). 2. Get subscribers show the created subscribers (img 2). 3. Delete the subscribers (img 3 & 4). 4. Create the same subscribers with the bulk creation endpoint, the result is 201 with the subscribers in the updated object (img 5)....
No description

How to set a sender on a .NET SDK request?

Hey guys! I have multiples senders for e-mails notification, but idk how i can choose one of them when I create a event trigger using .NET SDK. Can you help me ?...

Getting tooltip error on mailgun and twilio workflows

Hope everyone is doing well. I have configured my mailgun account in the integration store and got the email notification but I am getting this error on workflow "some steps are missing a provider configuration, causing some notifications to fail"...

Obtaining Digest Data

Hi all! We have a use case where we want to show certain types of notification UI on the frontend based on the number of digested events. Our UI is a bit complex, so writing html in Novu's admin panel is impractical for us. Is it possible to obtain any of the following:...

Trigger a topic

Hey all! Today I updated the .NET SDK to the newest version and I try to send a notification to a topic. The novu.Event.TriggerTopicAsync method which is mentioned in https://docs.novu.co/quickstarts/.NET#sending-a-notification-to-a-topic is not available in the newest SDK version 0.3.3 ...

Mark all Push-Notifications as read.

Hello, I have integrated Novu in with a NodeJS backend which serves a React Native frontend. I am using push notifications with expo and have followed the docs around sending messages. I have successfully sent push notifications and built out the UI for showing the feed to the user via the ...
No description

How to locate a particular div

I am not able to locate the chat icon at right bottom, The chat icon is overlapping with update button and I want to fix that but this icon is not present in code, Can someone help me to solve this issue? Integration Store -> sidebar...
No description

Facing 400 Client Error: Bad Request for url: https://api.novu.co/v1/subscribers/bulk

I am trying to use bulk_create method, but facing this error: ``` Traceback (most recent call last): File "/workspace/blank/tt.py", line 59, in <module>...

using novu-sms provider running into 21612

hi team! im using novu sms provider but running into some errors. here are the details. my email was sent successfully tho ```bash { "providerId": "novu-sms", "identifier": "novu-sms-YQrT1DHao",...

Notification Center

how To subscribe to two different subscriberId values on the client-side ?