Novu

N

Novu

Open Source Community by Novu

Join

💬│support

🚀│general

Using Novu to send push notifications via FCM

Hi. I try to use Novu to send push notifications via FCM. According to the docs https://docs.novu.co/integrations/providers/push/fcm I enabled the FCM integration - got my service account key from the Firebase Console, pasted the entire JSON file content in the Service Account field of the FCM provider in the integration store on Novu’s web dashboard. Then following this guide https://docs.novu.co/integrations/providers/push/fcm#setting-device-token I try to add the subscriber’s device token. An...

Any limits to sending to multiple subscriberIds?

Is there a limit to the number of subscribers on field to for sending out to multiple subscribers?

Cannot create a topic via API Docs playground

The api is telling me that both params must be strings, but cannot change it. Maybe I'm doing something wrong... So, I cannot create a topic via this playground in api reference. Please help.
No description

How to set "content-available" for Expo Push Notification?

How I am able inside a workflow to set the _contentAvailable Parameter as specified in the expo Documentation? https://docs.expo.dev/push-notifications/sending-notifications/#message-request-format...

How much time to wait to trigger notification after promoting workflow

Notifications were working fine on dev env. I promoted the workflow to test on production env. but I am getting: workflow_not_found response. Response: {"message":"workflow_not_found","error":"Unprocessable Entity","statusCode":422}...

fetchUnreadCount capped at 100

Hi guys, i'm using headless on vuejs, and when i call fetchUnreadCount, it always returns 100 when i got more than 100 unread notifications. So i would like to know if there's a way to get the full number of unread notifications...

How to skip the workflow if subscriber is not configured for this channel

I receive the error "Subscriber does not have a configured channel". This happens if a subscriber is not configured for this channel. This is ok that not each subscriber is configured. But I would skip the step, or maybee end the workflow.

Unable to connect to local studio when using self hosted version.

When i try to connect to local studio using my self hosted version as dashboard it doesn't redirect to local studio after authentication. I used npx novu init --secret=SECRET_FROM_MY_SELF_HOSTED_SERVER but when i click on studio link it redirects me to my dashboard but not to my local studio. Am i doing something wrong?...
No description

novu push notification with android emulator not working

Hello, I was wondering if novu push notifications works with android emulators? I have same setup on production which does work and i get the notification when i’m not using the app But when trying it on emulators it doesn’t work. Is this a common issue or am I missing something This is an example of sending a notification ...

ETIMEDOUT

ETIMEDOUT: when I try to send an email from a customised provider. I am using novu self hosted

Using nested translation variables

We want to create some complex notification massages that require to have nested translated messages/variables. We want to have two translations of same message: "{{firstName}} has changed the status to {{newStatus}}." (English) "{{firstName}} hat den Status auf {{newStatus}} geändert." (German)...

tenant vs Topic

I want to send all notifications grouped into organizations/tenant so we are willing to: Sub the user to all that tenants to receive the notifications at db triggers. Let the user know from which tenant the notif is coming with a badge/color....

How to Deploy Bridging Framework at Production VPS

Is the cloud production version in need of a dev server bridging even for production and cloud version? Im a bit lost in this as we had the 30 days free trial and still need the dev server to receive the notifs...

Headless Service

How can i get all notifications count?

Logo upload not working in dashboard

Hi! I hope I'm not repeating other issues here. I've found a few similar ones, but those seemed to be for self-hosted. In the dashboard, I get an error trying to upload a logo. I get an error message pop up saying "Failed to upload branding image: Cannot GET /v1/storage/upload-url?extension=png&type=BRANDING" The steps I take are: Open profile settings => Navigate to branding page => click upload => select image to upload...
No description

In-app notification

In some workflow send and some workflow only display step created like the mentioned screenshot, so what is the issue how to debug that issue ?
Solution:
I used this notification in rontend react https://web.novu.co/integrations/66438cbc197e97811b78d554 It doesn’t always show the learner that there is a new notification. Only on refresh....
No description

With the SSO update seems to me my workspace is cleaned up to default?

As title said. I signed onto the web dashboard today using github as I used to and was asked to add a few things like names etc, then it looks like the workspace is completely reset?

Ignore subscriber preference on some notification trigger

I know it is possible to set a workflow to be critical to ignore subscriber preference, but is it possible to do this per the trigger call? We want to be able to follow user preferences unless the trigger is from specific use cases.