Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

Novu Access Query

My teammate has accepted an invitation to the Novu Organisation I set up, but cannot see any of the workflows I've created. He is set as an admin like me, and... he is being redirected to a different version of the dashboard. Can anyone advise?

Workflow limit

Hi Team , has the workflow limit has been changed to 20 per organization ?

Bell count and count next to tab name it's not updating

Consider the following setup: ``` import { Inbox as NovuInbox } from "@novu/react"; import { useUser } from "@subrik_hooks";...

what's up with your docs?

They are as of right now very innacurate. First of, I'm trying to solve an issue and the only place I can go, naturally, is the documentation at docs.novu.co. Yet, it says one thing and the implementation (specifically @novu/react) it's a very different one. Consider the following example: https://docs.novu.co/platform/sdks/react/hooks/use-counts This documentation on the use of the useCount hook in the @novu/react package mentions the return value of the hook being...

Cors Error on Remix

Trying to connect to my remix app, but studio keeps encountering cors error when perform health-check. Chrome: Version 133.0.6943.143 (Official Build) (arm64)
No description

Problem with duplicated FCM push notifications and action_link

I am sending push notifications to Android devices with FCM. I am using API request to send the notification. This is my payload to events.trigger endpoint { "name": "push-notification", "to": { "subscriberId": "119"...

Github Action

I have everything running but not really because when I access the dashboard of my self hosted novu it shows everything is fine but under workflows there is nothing though there is a workflow that I strill trigger using the endpoint http://ip:4200/studio/onboarding/preview. Which sends an email like the way I wanted though shows no workflow under workflow production page. That is beside the issue. Now I want a github action to happen on the created app. My API URL is fine and can even check it's health status in the browser with http://ip:3000/v1/health-check but in the github action file here `name: Deploy Workflow State prodworkflow...

Email scheduling error

Hello, We had this error when scheduling an email to be sent with an 8-day delay yesterday. Can this 7-day delay be changed?...
No description

Unable to adjust page Size in Headless API

https://v0.x-docs.novu.co/notification-center/client/headless/api-reference#fetchnotifications While implementing pagination for fetching notifications using fetchNotifications, I noticed that the pageSize parameter is not mentioned in the documentation. Is there something missing or is there any way to control the page size...

Geting payload in notification object

I am using react hook but i dont get template name and also payload in notification object import { useNotifications } from '@novu/react/hooks'; can yuo tell me how to get payload. Currently I am trying to develop cusom inbox and need payload data to show content of notification. The body give string value not actual payload....

Reset step control values

Hi, I developed a custom workflow with novu framework and I have set default values for email step control in code. They can be modified from admin interface but I can’t find a way to reset values to default. Is it possible? Thanks...

Hi there, I have an issue with NOVU email notification

From yesterday I got some issue and I could not get any email notification, only app notifications, but 3 days later all working fine, I'm nothing changed, NOVU shows email was sent successfully

Update workflow fields via API

@Pawan Jain hi! We have logic where user can toggle some channels for each workflow and it worked before but now we have issue and I even cannot find this endpoint in documentation
No description

Add image to inapp notification message

Hi all how can i add image in template for in app notification basically i want to add user image every time notification is sent the image url will come form api call ...

Email Template altering the link on Button

Hello, for most of my application I am using code first workflows but for my users email confirmation, I decided to go with the simple default layout template. Here is the setup: - I have my workflow set up and it's properly triggering the email as you can see in screenshot #1. - I have my email set up to take the confirmationLink and link it to the button. As you can see in screenshot #2, The confirmationLink is both included as the link to the Button and also I provide the actual URL below the button....
No description

Subscribers page functionality problem

I have strange problem with newly lunched Subscribers page. I don't have amount of all subscribers, I can't see Credentials of the subscriber. When I am using API to get all subscribes everything is present, I just can't see the full info on the page. I can't add providerId and deviceToken during subsriber creation.
No description

Is there a more detailed description for the different NODE_ENV values?

According to https://docs.novu.co/community/run-in-local-machine#set-up-your-environment-variables "NODE_ENV (default: local) The environment of the app. Possible values are: dev, test, production, ci, local". By side searching the code, is there a more detailed description of what each value means? In my setup i used initially test for our test enviornment. This prevented the WS from pushing updates for the notification bell, but at the same time properly registering connenctions and disconnect...

Implement Novu in a Bubble.io app?

Hey everyone, I'm currently building an app using Bubble and need help integrating notifications using Novu. According to the Novu documentation, I need to install an npm package and import it. However, since Bubble primarily uses plugins for such integrations and I'm new to Bubble plugins, I'm unsure how to proceed. I have some coding experience but mainly work as a Bubble developer. Is there a guide on implementing Novu's headless inbox notification center directly in a Bubble app? If not, can someone help me set up Novu for use in my Bubble app?...

Novu-signature not found

When I run the production build (npm run build, nom start) of novu framework I get the error “novu-signature” not found from local studio. I typically use the dev version which runs fine, but I’d like to validate also the production build with local studio. Is there a switch to skip the signature check with the production build?...

How to Send whatsApp Message

how to send whatsAppp mesages ,I have already configured everything but I am getting an Unexpected provider error "code": "ERR_BAD_REQUEST", "status": 400 "message": "Request failed with status code 400", "name": "AxiosError",...