Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

ReplyError: CROSSSLOT Keys in request don't hash to the same slot

Hi all, We recently upgraded to the latest Novu release (we were stuck to the last release without workers so far) and we're noticing the following error in worker's logs which I can understand. I don't know if that the reason but emails are being created using the API trigger endpoint, however we can't see anything in activity feed....

AWS InvalidClientTokenId error

I am using AWS key and secret access key and trying to send an email notification but getting { "name": "InvalidClientTokenId", "$fault": "client", "$metadata": {...

Can a SMS message be populated from the payload?

I'm trying to build a straightforward workflow to send SMS messages. The goal is to have the message content be populated with the payload. Is this possible? I can't find a way in the workflow UI to insert parameters in the SMS message.
No description

MongoDb (Atlas) database/collections provisioning

With mongodb, I am struggling to see a database/collections. Locally as development docker-compose it is all going transparently. Moving to a production self-hosting, it seems to have all changed (and, yes, NODE_ENV=production). Is the database and collections created on startup?...

Modificate message object

We would like to be able to receive variables that are created in Novu when forming a message...

To `data` not getting saved with the subscriber upon triggering workflow (REST API)

I'm letting a workflow trigger create new subscribers, however, there seems to be a bug where the custom data is not getting stored, see below for the curl command (the data.gender doesn't get stored in the newly created subscriber): ```shell curl --location --request POST 'https://api.novu.co/v1/events/trigger' \ --header 'Authorization: ApiKey <REPLACE_WITH_API_KEY>' \ --header 'Content-Type: application/json' ...

Custom handlebars helper

How to create custom handlebars helper?

How to link SubscriberCreateData with Subscriberpreferences while triggering a notification event?

I am creating a Subscriber with SubscriberCreateData And adding preference for Email,slack,Inapp using SubscriberPreferenceEditData When i trigger a notification using Event.Trigger(EventCreateData) to the same subscriber..my preferences are not met SubscriberPreferenceEditData is not attached to the Subscriber Object...

Need some help with an issue guidance

I am going to work on this issue https://github.com/novuhq/novu/issues/4081 I need some help to navigate through the codebase and help me find the suitable place to fix this issue....

User Activity Feed Implementation

Hey! First of all, this is a really awesome product. Awesome work! I am currently in the R&D phase of potentially implementing the suite of tools. I have evaluated the Novu to integrate the following:...
No description

How to filter PUSH step with only subscribers that have credentials set?

Otherwise I get "Subscriber does not have a configured channel" for the PUSH step on subscribers that still do not have credentials added.

Push message title/body parameterized from trigger payload.

I can't seem to find from documentation how to parameterize title and body of PUSH notifications to FCM using trigger's payload (or other override...). Can you tell if and how I can do that and if it is even possible, because without possibility of passing title/body from the trigger'ing service this push integration is not very usefull for our usecase. Thanks for any pointers or help with this issue.

Possible to only use local notifications

I've had my eyes on Novu for a long time, and now we are evaluating it for a client project. At the moment, we only want to have a notification center in the app to show toasts triggered from within the app. Like, when saving something. But in the future we would like to be able to implement the advanced features that Novu offers. My question is: It possible to use Novu only in the web app to use the notification center ad trigger local notifications from within the app? Similar to this functionality https://fkhadra.github.io/react-toastify/introduction/....

Team Notifications

Hey, Im looking to implement team notifications / Workflow Users (have a userID) can be part of 0, 1 or multiple teams (teams have a team ID) 1) Trigger / send a notification to team ID creates notification for every user in its team about the user who triggered it...

Whats the problem with Email Channel?

we have update Novu self hosted and frontend novu/headless, and now we cant send notify to email... we have an error ``` { "error": "empty style element"...

FCM proxy

Hi, is it possible to set up novu to use proxy in communication with firebase?

WebSocket - InApp

Hi is there a way to the set the path for the websocket InApp Notification i keeps seeing the host been wrong as it displays wss://domainname.com/socket.io/?EIO=4&transport=websocket instead of wss://domainname/pathprefix/socket.io/?EIO=4&transport=websocket
No description

How to push notifications with FCM?

At channel Push, i use FCM but it don't work. the error is "Subscriber does not have a configured channel". What should i do