Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

email template editor

Hi Novu, Are there any plans to improve the email template editor? Right now it for anything more than trivial changes it seems we need to revert to HTML. It'd be great if there was a more feature-complete WYSIWYG editor for brand layout as well as message templating. ...

Cancel event not working

I'm working in PHP. deleting an event through ->delete("events/trigger/{$transactionId}")['data'] directly works, but using ->cancelEvent($transactionId) results in an error. From what I can see, since DELETE returns 204 with an empty response body, request() returns false. cancelEvent() then tries to create a trigger with false as first argument instead of an array, resulting in an error. Is there something I'm doing wrong? Or should I just stick to using the delete() function directly?

Trigger not working when email is not specified in the payload

I created a subscriber by mentioning email in the payload. When call trigger API with the subscriber ID, I would expect it to send email to the email address associated with the subscriber. However, I don't see that happening. I only receive email when I mention the email property in the payload for the Trigger API. Am I doing anything wrong?

Make a request to the dev.api.novu.co

How can I switch my API call from the production endpoint to the development endpoint to improve the response time? ```javascript app.post('/api/novu/event', async (req, res) => { try {...

How to change the color of the bell?

I wish to change the color of the bell icon of the notification center

out of memory error

Hey @0xinfernus can you post detailed summary of the error you’re encountering, what you’re trying to do here?

API endpoint to create an email template and associate it with the notification template

I was looking at the API documentation and couldn't find an API to create an email template. There is an API to create notification template and we can specify steps in the payload. The steps array has a placeholder for template object but not sure what is the format of it. I see that we can create layout and associate a step to the layout in the UI but not sure how we can do it using API. I have an email template in HTML that I wanted to use to trigger an email notification. Can someone please let me know the list of API calls required to create the template using the HTML content....

Axios error on bump novu to 0.13.0

Hi, im trying to update @Novu/node to 0.13.0 but i get axios error Generic type 'AxiosResponse<T>' requires between 0 and 1 type arguments when running the project and jest SyntaxError: Cannot use import statement outside a module when running jest. Im using pnpm to manage dependencies in a monorepo application....

remove brand logo

Hey @amansaini0003 I’ll be sharing screenshots here

issue in novu.trigger

import { Novu } from '@Novu/node'; const novu = new Novu('ef27ea09ec28fb01ae37634aebb099ec'); await novu.trigger("iKS Bot", {...

novu/[email protected] failing to start on docker

Good morning! Get the following error when attempting to start novu/[email protected] via the Docker image:
ERR_PNPM_NO_IMPORTER_MANIFEST_FOUND  No package.json (or package.yaml, or package.json5) was found in "/usr/src/app".
ERR_PNPM_NO_IMPORTER_MANIFEST_FOUND  No package.json (or package.yaml, or package.json5) was found in "/usr/src/app".
...

Twilio SMS - specific alphanumeric sender ID

Hi everyone, does anyone know if this is possible to override the from field before Novu sends the request to Twilio for sending an SMS? So that instead of receiving an SMS from a phone number, you see an alphanumeric sender ID. See here for reference: https://www.twilio.com/docs/sms/send-messages#use-an-alphanumeric-sender-id

Self Hosted instance tries to connect to localhost instead of custom URL

Hi Team. I was able to successfully setup Novu using docker and the containers managed to start up with no issues. I have set up the env variables in the .env file successfully. However, when I try to connect to my self hosted instance and sign up, I get "Network Error" in the UI. Upon checking the console, I see that the POST request related to registering the user is being sent to http://localhost:3000/v1/auth/register instead of the custom URL which would obviously fail
xhr.js:247 POST http://localhost:3000/v1/auth/register net::ERR_CONNECTION_REFUSED
xhr.js:247 POST http://localhost:3000/v1/auth/register net::ERR_CONNECTION_REFUSED
I checked similar threads and tried to use ghcr.io/joeyeamigh/novu/web:nv-1803 as the web container, but I get the same issue. Additionally, I am using NGINX as a reverse proxy and I have set the context paths accordingly...

Issue while having both FCM and APNS active

Hi all. I'm facing a strange issue while having both FCM and APNS integrations set and active. I'm setting the credentials for a subscriber with an APNS token like this: ```{...

How to use raw html to render it, than creating the tags

Currently we have our own templates which we saved in elastic, instead of doing complete migration from the existing system to novu templates. We need to use some of the novu features like , send email , digest etc. So I have created the simple template like step varible,...

Can Novu handle sending notifications to 500k or 700k users at once?

@starwiz_7 asked over the #🪄│engineeringchannel the following: "How will it handle if we want to basically have a burst of notifications say 500k or 700k users must receive notification (via in-app). How will Novu do this?"...

Error in using gmail in Custom SMTP provider of email

error:- 140271269854000:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:331: asked by @.globalenemy...

.NET SDK

I'm creating this support item to gauge the need / priority for a .net sdk. I'm looking at creating one so that I can use it in the app stack I am currently building for work, but wanted to see what Novu's direction was and to see what others thought as well. 🙂

How long are novu notifications saved by default?

Our friend @altsss, have asked this question over the #💬│chat channel