djain#007
djain#007
NNovu
Created by djain#007 on 2/23/2024 in #💬│support
Connection to redis with tls
How can I connect to redis using rediss , I cannot see any option to connect to bullmq like this const redis = new Redis("rediss://redis.my-service.com"); @Support
6 replies
NNovu
Created by djain#007 on 1/25/2024 in #💬│support
How can i change logger in novu ?
I want to use winston logger instead of pinoLogger used by Novu is this a complex task to do ?
2 replies
NNovu
Created by djain#007 on 10/16/2023 in #💬│support
Moving templates from one env to another
Hello , I have self hosted novu and I have deployed it in two environments DEV and UAT . I want to move all the templates from DEV to UAT . Is there a way to do this ?
2 replies
NNovu
Created by djain#007 on 9/4/2023 in #💬│support
No cc and bcc support for email
Hello , I have integrated sendgrid provider and I am trying to send email . I passed cc and bcc parameter in the payload but while setting maildata you are not setting cc and bcc . https://github.com/novuhq/novu/blob/next/apps/worker/src/app/workflow/usecases/send-message/send-message-email.usecase.ts#L259 #bug #💬│support @Pawan Jain
8 replies
NNovu
Created by djain#007 on 8/1/2023 in #💬│support
Any documentation for invite members functionality?
Can one organisation can have only one admin ? how can more users be added for already created organisation ? what is invite members functionality ? @Support
7 replies
NNovu
Created by djain#007 on 7/20/2023 in #💬│support
I am trying to deploy webhook in self hosted novu
Why have you mentioned redis configuration for prod environment for webhook? webhook component uses redis ?? @Support
4 replies
NNovu
Created by djain#007 on 7/6/2023 in #💬│support
Provider with multiple sender id
I have a provider for which I have multiple Sender ID . But as per your implementation only single sender id can be provided for a provider . Is there a way multiple sender id can be configured for a provider ? @Support
17 replies
NNovu
Created by djain#007 on 7/4/2023 in #💬│support
Issue with template
I created a workflow and added sms step in it . It works fine but when I change the content of sms , novu is picking old message content only . The problem gets resolved after deploying it again. Looks like a bug in update template flow. #bug @Support
22 replies
NNovu
Created by djain#007 on 6/26/2023 in #💬│support
Not able to run pnpm install
I have added a new provider by creating a seperate branch and I am trying to run pnpm install but it is failing with error This error happened while installing the dependencies of @novu/[email protected] @Novu/dal is not in the npm registry, or you have no permission to fetch it. No authorization header was set for the request. @Support
4 replies
NNovu
Created by djain#007 on 6/1/2023 in #💬│support
Is prioritisation of a particular workflow provided by Novu?
Usecase: Suppose I have two workflows Workflow 1. Where I want to send some promotional event to subscribers which has low priority Workflow 2. I want to send onboarding email and sms to subscriber which should be immediate i.e high priority. Does novu provide priority feature for a particular workflow ? @Support
4 replies
NNovu
Created by djain#007 on 5/30/2023 in #💬│support
After an event is triggered , how to find out that the triggered event was success?
I have a use case where i want to send a sms to a user . So suppose I use a third party "A" which sends an sms when triggered but for some reason "A" is down so I want to use third party "B" to send sms. So my question is how to find the status of the action performed by the trigger ?
10 replies