Novu

N

Novu

Join the community to ask questions about Novu and get answers from other members.

Join

💬│support

🚀│general

I want to move development to production

I'm following this doc but not getting some points , how to move my existing data with production ? https://docs.novu.co/concepts/environments#production-environment

Bridge timeout in broadcast event to all

I am using self-hosted novu and when i am trying to broadCast event to all subscribers i am getting bridge timeout error in my workflow execution some getting sucessfull but most of them are getting failed and i tried few from failed ones and they working fine indivisual trigger and bridge request endpoint is https://novu-app-domain-name/api/novu

unable to trigger on localhost app

So I'm just getting started with novu, installed it into a current next.js app, and successfully ran the local studio, however I'm unable to trigger! When I try I get the error like the screenshot interestingly though, if I follow your tutorial to install (which creates a next.js app from scratch) it works fine! I tried copying everything from the newly created nextjs app, and even matched the package versions, still the same, the one created by your CLI works fine, the one I installed Novu into doesn't To clarify: I'm successfully listening and receiving notifications on both apps (if I trigger it from the cloud dashboard) but only able to trigger from the one created by the CLI...
No description

Svg icons in emails

Is it possible to add svg icons to emails? If I programmatically create an email template containing an svg tag it seems to be filtered out when the template is rendered...

Send e-mail preview, with data from digest

I have a simple workflow with a digest step and an email step. On the admin dashboard, when I preview the email step, can I set the values for the digest step ( as i do for the payload step)? Thanks...

Can client SDK generate and store device push token without manually calling api?

can I use novu sdk client side and generate subscribers and attache device push token for FCM

Anomalies triggering other workflows from main workflow custom steps

Hi, I've built a workflow (monet-notification) that triggers 3 other workflow, each one is triggered in its own custom step and the Activity Feed resulting from the execution is a bit surprising to me. After triggering the workflow monet-notification, on Novu Cloud connected by Local Studio tunnel to my local application that implements the Novu Framework, I see 4 items in the Activity Feed, see attached workflow_with_subworkflows_saas.png. The first item reports the execution of workflow monet-notification and has 3 custom steps where the other workflows execution are triggered. The other 3 items report the execution of the workflows triggered by those custom steps, but instead of having the correct workflow names they are all named "Deleted Template". ...
No description

Switching to production

Is there anything except deploying the api/novu route to switch to production mode, including having the secret, NODE_ENV is production ? Thanks

Is the beta dashboard available in the self hosted version?

Hi all, is the beta dashboard available in the self hosted version? with the. UI editor?

topic and subscriber preferences

what is the correct way to handle subscribers' preferences with regard to a specific topic? e.g. if there is a "comment" workflow and the users can be subscribed to different "post:1" or "post:2" topics, how do you handle if they want to turn on and off notifications to individual posts vs to the workflow? makes sense that you probably are supposed to use novu to add and remove subscriber from the topic, but what if you want different preferences per topic? like one post should get a digest and...

Error When Using Liquid Filter in Template Editor

I encountered an error while trying to use the Liquid filter {{payload.content | truncatewords: 5}} in the template editor. The error is displayed as shown in the attached image.
No description

Hi All,

I am trying to create a subscriber from python sdk and passing all the details below: ```subscriber = SubscriberDto( subscriber_id="999", # Unique identifier for the subscriber first_name="Nitish", # Subscriber's first name email="[email protected]", # Email (optional, for email notifications)...

webscoket connection failed

Hey We've been running with your hosted services for quite a while. The workflows seem to be working fine as there is no issue with recieving emails. and the in-app inbox looks fine after refresh. but sockets fail to connect and users can't receive in-app notifications. Using: "@novu/react": "^2.3.0"...

Difference between feed and Activity feed/notifications

Hello Team, can anyone please help me in identifying the difference between the feed api's and notifications. What is the exact purpose of creating feeds.

Internal server error on getting a subscriber's global preferences

Hello, we are receiving a 500 error on getting a subscriber's global preferences using the Headless client. This only happens in our 651eff441df1b46454f4c09c (Production) environment, it works fine in our 651eff421df1b46454f4c060 (Development) environment. ...

What's the proper strategy of dropping repeating notifications for a while?

In my use case my system tries to do some actions in an undetermined time. Let's say, send data to a webhook. This can happen a lot. If the webhook is misconfigured, I want to notify on it (as an inbox message), then set 7 days that additional repeating message will be dropped (meaning - I don't want to digest and collect it , then send it after a week again, because it might be user fixed the issue already)....

Can anyone share how to create a back off digest workflow?

The API is super unclear, and the AI assistant also doesn't give good results, i've tried to create a backoff digest, but when triggering it - the body/subject is not passed on. i can't debug it as workflow editor crashes (the editor doesn't support backoff configuration) I've tried this curl but subject and body are not sent...

seen

I have created a workflow for push notification with delay of 1 min in between two notification. When I trigger this workflow for subscriber first notification is sent to user then I am getting below error. ``` { "url": "https://api.novu.co/v1/environments/676bbaccd42d607eae6bad68/bridge", "statusCode": 400,...
No description
Next