Sasha Trytiak
NNovu
•Created by Sasha Trytiak on 9/18/2024 in #💬│support
iOS badge (counter of unread notifications on app icon)
Hello! We need to implement badges functionality for iOS (for android works automatically). In OneSignal documentation we found that we should send additional data in notifications for this feature - https://documentation.onesignal.com/docs/badges . It's
ios_badgeType
and ios_badgeCount
fields. But now instead using directly OneSignal we use Workflows. How we can implement it via Novu functionality ? Thank you for the answer in advance.2 replies
NNovu
•Created by Sasha Trytiak on 8/26/2024 in #💬│support
Deploy and Sync novu workflows
@Pawan Jain Hi! We deployed our workflows and set it as Novu Endpoint URL. Workflows synced but when I try to trigger some workflow I have this error -
Signature key not found. Please provide a valid key in the Client constructor config.secretKey
. Can you explain how I should correct set secretKey
and where, please? Because didn't find it in documentation. Thank you in advance ❤️6 replies
NNovu
•Created by Sasha Trytiak on 8/20/2024 in #💬│support
Cannot see title in in-app notification
8 replies
NNovu
•Created by Sasha Trytiak on 7/30/2024 in #💬│support
Feed and Tags in local Studio
Hello! We want to use Local Studio but didn't find how we can set feedId for each workflow and scope of tags because it's require for our functionality
36 replies
NNovu
•Created by Sasha Trytiak on 5/22/2024 in #💬│support
Differentiate tokens
Hello! Can you explain, please how we can differentiate between iOS, android and browser push tokens because we should use this information in our BE side. Thank you in advance for answer ☺️
13 replies
NNovu
•Created by Sasha Trytiak on 4/17/2024 in #💬│support
Create subscriber via API
I found this endpoint in API but didn't find how I can send fields for deviceTokens and PushProviderIdEnum.OneSignal. Can you help please? I know that it has in novu/node library but we prefer use only API
7 replies
NNovu
•Created by Sasha Trytiak on 4/15/2024 in #💬│support
Delete Bulk messages. Sort messages
Hello! Have 2 questions:
1. Can I delete Bulk messages via API? Didn't find it in docs but we need it. Or maybe some endpoint for delete all messages
2. Unread messages always in top when use /notifications endpoint but we need sort by time, can I change sorting field?
Thank you in advance
5 replies
NNovu
•Created by Sasha Trytiak on 4/5/2024 in #💬│support
search logic in get push notifications request and read/unread status
Hello! I use API for get only push notifications via
/notifications
endpoint and have few questions:
- I want to get it by some custom type (for example system_push, team_push). I know that novu has feeds or topic but as I understood it's only for in-app messages. Maybe I can use search
query for that but I didn't found info for which data this search works.
- How I can check read/unread status for push notifications? Or is it only for in-app notifications? I want to show it in push notifications custom list inside app. I didn't find some fields inside notification object.
Thank a lot in advance for help 😌11 replies