Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

S3 (Self-Hosting) bucket policy

Having used the documentation site to look for this answer (by the way, great search approach!), I can't find documentation on the setup of an AWS S3 bucket that includes the entire setup of policies. I can see CORS although that probably be more restrictive in production. I see in the source it looks to require 'public-read' for example. Do you have a recommended production settings?...

Chat Overlay

Not in the best place, cant click next:
No description

Change admin password

Hi all, I wanted to change the user's password, but I couldn't find a method for this in the web. Could you please tell me if it can be done using api queries?

Automated repeatable way of deploying multiple instances of Novu with the same baseline config

I'm looking for a way of having multiple instances of Novu deployed on separate hosts with the same baseline configuration. What would be the best way of achieving this? At present I am using a script which basically configures the system via curl. Is there a better way? Would an export, find & replace and upsert of DB documents be a better method? Is there an undocumented API method for this? In our environent all channel configuration would be identical. Only SMTP server settings would need to change. Any suggestions/scripts would be greatly appreciated 🙂...

Custom SMTP with HostGator Not sending emails

If you configure a custom SMTP and your hosting privider is HostGator, the emails are not sent out. I've tried this with a local nodemailer from another project and faced the same issue. After digging around the internet I found out it's a common issue with hostgator filtering out emails sent problematically with nodejs. To go around it, the community in Stackoverflow advises adding a "name" property to the createTransport() function as in the screenshot below ...
No description

notification feed more than 10

I want to get feed for a specific subscriberId with a filter where seen is false and page count is at least 100. I cant call api from front end because i am getting CORS error. can i do this with usenotification().

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...