Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

Documentation sending email with attachment in C#/.NET with Custom SMPT

Hi, i working on .net for create API that send an email with the attachment, but its not working. im looking for documentation or guidance to work with it. Thank you

APNs ignoring overrides

Hey all! I'm not sure if this is the right place to post this but I figured I'd give it a shot. I'm currently using the APNs provider to send notifications to iOS devices. I've been testing it on my own device and it doesn't seem to be accepting overrides? I initially tried to set it up so it would use a sound that I provided. The sound worked when using the Apple Push Notification Console, but not when providing it through Novu....

Localize Date Strings with {{dateformat}}

Hi again 🙂 As a part of my teams localization effort, we were hoping to be able to use the {{dateformat}} handlebar and pass in the subscriber locale to it in order to get the proper date format (ex MM/dd/yyyy vs dd/MM/yyyy in some countries). The docs help bot seemed to imply this was supported but looking at the handlerbar implementation, it seems locale information is not currently passed to date-fns. Is this accurate? Is there a way to accomplish what I am hoping? Thank you in advance!...

Translations support

Is translation management only supported for in-app? And also how can I get more details around transalation management.

Redis connection is getting stale on idle

We self hosted Novu on Azure and we are currently on version 20. We are using Azure Redis and noticed that if the worker app is idle, the redis connection is getting stale and have to restart the worker to process the messages. Is there a setting to keep the redis connection alive even though there is no traffic?

Firebase Push Notification

Hi, I have enabled firebase for push notifications, however I am confused about how to make the notifications clickable to an external link. I have seen the documentation example that uses a relative link, am I correct to assume that that relative link is added to the source of the notification or where the device token was generated? Also, how do I replace that with a complete url?...

Updates for ARM architecture?

Hey everyone, I've recently discovered the discussion about deploy to arm and its been held pending for now. Are there any thoughts on this, if and when this could be supported / worked on. We are currently building an application and want to start with a notification system like novu in the next 6 months. So this would be very wanted by us for now. ...

Cannot setup locally in windows 11

os:windows 11 node:20.11.0 MongoDB running, Redis running, copied the next branch. ...

Pluralization in the Translation Management Platform

Hi there! I am making use of the new translation management platform and was curious what the proper way to handle pluralization is. I see the existing pluralization logic: {{ pluralize count "stringForOne" "stringForMany" }} ...

Can we used postmark template id is used in novu workflow?

How to used postmark template id novu workflow?

workflow creation automation

Hello, i saw that there is a endpoint for creating workflows but i did not quite get how it works properly. So, is there a proper guide on the documentation that I failed to find or can someone walk me through. The purpose of automating is because there will be multiple organizations with the same workflows of messages. Also if anyone have a better idea around my use case feel free to share please.

Real-time notification

Hi I want to know if novu supports real-time notifications and also I want to know if any data is stored when processing and passing through novu engine and whether novu can be configured in a way that can achieve zero customer data on server please let me know...

Does Novu support sending logs/metrics to New Relic?

I'm currently evaluating Novu to see if it's sufficient for our notification distribution needs. We have recently adopted New Relic as our APM and Observability platform. Does Novu support shipping logs/metrics to New Relic?

Get unseen in app notification for a specific feed

Hello everyone, i'm trying to use the API to get unseen in app notifications, but I would like to do it for a specific field. I don't seen anything related in the docs : https://docs.novu.co/api-reference/subscribers/get-the-unseen-in-app-notifications-count-for-subscribers-feed Is there a way to pass some arguments to add some filters here ? Example: for a subscriber, I don't want to get the count for its total in app unseen notifications but only the ones related to a feed I previously created (i.e. a news feed with global informations about the app)...

Transactional support for Multiple topics removal from a subscriber missing

I dont see the bulk topic removal from single subscriber . Correct me if I m wrong

Hide action buttons after click

Is there a way to hide the action buttons below a notification after one of them is clicked? For example, when making a request, I want to hide the buttons after the receiver of the notification clicks "Accept" to accept it. Here's the related code so far: ```ts const hanlderOnActionClick = async (temp: string, btnType: string, notification: IMessage) => { if (temp === 'join-neighborhood' && btnType === 'primary') { const { userId, neighborhoodId } = notification.payload;...

Handlebar substitution inside a handlebar

There's "message" field in payload of an event which contains a string "{{x}} created" and "x" is also a field in payload. How to use this in template?

Run Novu in local machine fails

Hi there, I am getting below errors when following the content from here https://docs.novu.co/community/run-in-local-machine. Please guide
NX Ran target build for 86 projects (6m)
√ 79/82 succeeded [0 read from cache] ...

Slack message formatting and exported types for node sdk

Hi Novu team! We (www.coana.tech) are using Novu for In-app and Slack messages currently, allowing us to notify our customers about new reachable vulnerabilities. We are interested in 2 things: 1. Formatting of Slack messages. These are currently pure text, but we would really like to make lists, emphasize links etc. There's a few issues on the topic on github, and 1 PR (https://github.com/novuhq/novu/pull/4834) that perhaps will solve this. 2. TypeScript for node sdk. We use the node sdk to interact with the API, but there's no typescript support for request reponses, e.g. requesting a subscriber returns any which can be really problematic. There's an issue for this already, https://github.com/novuhq/novu/issues/3928...