Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

Rate limit for topic email

Hey, I noticed today that I hit a rate limit on resend while sending out a weekly email that I trigger using a topic.
Is it possible somehow to add a delay so that not all email is sent at the same time?...

Timezone in dateFormat

Hi guys, would love to know if there's some way of outputting dates in a different timezone than UTC. I've gone through the code and I don't believe it's possible as of now?

Disabling a channel for subscription tier

I know I can set enabled to false, but then that still alows the user to renable it. Is there a way to completely disable them unless they subscribe to a tier on my app that allows it?

Automatically use bridge tunnel url in dev

I just got novu set up, but when I trigger a workflow in code it always pings my production backend server, even when I'm running the project in dev. Is there an easier way to test in dev other than changing the bridge url in the top right of the dashboard?

Triggers with Whatsapp overrides - Only Template working: interactive & others are not working

Novu Event interface has these support export type IWhatsappOverrides = { template?: { name: string; language: {...

Multiple WhatsApp Business Integration for Single Organisation

Use Cases: 1. Need to integrate multiple Whatsapp Business account in a Organisation. 2. Use Multiple Whatsapp Business account in a workflow trigger....

Github action sync issue

Hello there ! When I try to push my code first workflows to production env using github action I have 400 error with no message. I need to sync 2 apps which re created in 2 different organizations in novu cloud. I checked the secret keys and I don't think the problem is an authentication issue ...

Difference between v0.24 and v2.1?

I'm self hosting version v0.24 and I want to know the difference between v0 and v2 and wha it's better for self-hosting on kubernetes

Need help with Bridge Deployment in Production K8s Cluster

Hey team, I need to deploy Novu Bridge for our SaaS Application. I was able to run bridge in local, but need guidance for Production Ready deployment.

Query parameters with custom SMS provider

We want to send SMS using Voodoo, which isn't offered in the Novi integration store. However, we can set it up using the Generic SMS provider option. We would want to include a query parameter in the API call, with a value that is included in the payload. For example, we would use this as the base URL, including the query param: https://api.voodoosms.com/sendsms?external_reference={{payload.externalreference}} Is this possible to do?...
No description

Community Docker Email Setup

As the Community edition has as well the possibility to invite users it should be able to send emails. But i cant find instructions on how to setup email for the docker itself. This is obviously different from novu sending emails through the different workflows. Or is this for now simply not supported?...

Redis clarification

Can I please get some clarity on the distinction between Redis, Redis (for caching) and Redis (for cluster) seen here More specifically, what's the difference between REDIS_HOST and REDIS_CACHE_SERVICE_HOST?...

Help with /v1/messages API: Stats for Email, SMS, and WhatsApp Always False

How can we get delivery and engagement stats (seen, delivered, read) for email, SMS, and WhatsApp? I tried using the /v1/messages API with the transaction ID, but the keys like seen, read, and archived are always false. Is there any Other api available

Default user, for k8s?

I just installed the self-hosted k8s community version. I wanted to know what is the default user is there is one or how can I access? btw I can't create a new user

Message content could not be generated

I am triggering email notifications using SendGrid, but I keep encountering the following error: Message content could not be generated. This error occurs several times a week. I have reported this problem before, but there has been no resolution. It is not an issue with the code because when I resend the request, the email is sent successfully. The error happens randomly. Here is an example transaction ID:...
No description

Redis Requirements

I am running the novu-api (version 2.0.1) as a container in a Kubernetes Deployment. These are the env vars the container uses for Redis: ```REDIS_HOST=novu-redis-queue REDIS_PORT="6379" REDIS_PASSWORD=""...
No description

Cannot sync to production

Hi all, need an expert help for my issue that cannot sync workflow to prod via CLI.. My prod bridge url is connected with the dashboard ``` "@novu/framework": "^2.5.1", "@novu/node": "^2.0.5", "@novu/react": "^2.6.0",...

Sending WhatsApp Messages from Multiple Business Accounts in Integration Store: Feasibility and Chal

If you have multiple WhatsApp Business accounts integrated in an integration store and want to send messages using these accounts, it is crucial to understand the limitations set by the API documentation. Specifically, the inability to override the integration identifier in your requests could pose a challenge. As per the documentation: The integration identifier determines which WhatsApp Business account will be used....

Multiple feed identifiers subscription

Hi, I'm trying to fetch notifications through the novu/headless using multiple feed identifiers but it doesn't seem to be working. If I set the feedIdentifier value with a string it works as expected but setting in an array value for the query parameter is failing, is there something I'm missing?

Using global preferences

Hey, I'm using global e-mail preference for my "unsubscribe" link in the e-mails i send out. I would however like to show the correct state if the user has already opted out on the email and set the global preference to false. But it seems that there is no way of fetching the global preference state? Seems perhaps that the changing the global preference only sets the e-mail to false on all my workflows, is that correct?...