Nexen
Nexen
Explore posts from servers
NNovu
Created by Nexen on 5/4/2024 in #💬│support
exclude from topic more actors
smaller functional topics would not work for me unfortunately. I have more things like that on my backend stuff. This example i gave you is one of the simple ones. One i have is that user creates a post. Post has to be activated by admin. When its activated, everyone should get notification about new post. User should get "your post has been created" and admin should get nothing. - Admin is in the topic too (to get notifications about different posts) - User is in the topic too (to get notifications about different posts) So when i have all in topic, i can exclude the one who created it, but what about the post creator? Would if else in workflow work if i specify some custom params to check against?
16 replies
NNovu
Created by Nexen on 5/4/2024 in #💬│support
exclude from topic more actors
Ah i see, the usecase for is would be that the notification should go to everyone, but under a certain conditions, the dev team does not care, so it should not send it. If i go the other way, that i would send a trigger and list specific subscribers, how much can i have? is there batching? for example sending one notification to 200k people (that way i can control the dev team include)
16 replies
NNovu
Created by Nexen on 5/4/2024 in #💬│support
Custom image of websocket
Thank you, i managed to do it from root
11 replies
NNovu
Created by Nexen on 5/4/2024 in #💬│support
Custom image of websocket
did docker buildx build . -t ws-novu inside novu/apps/ws
11 replies
NNovu
Created by Nexen on 5/4/2024 in #💬│support
exclude from topic more actors
I dont think its that complicated. Have every user in topic called "general". Trigger new notification for everyone in topic "general" -> all good Trigger new notification for everyone in topic "general" except 10 users (dev team) -> ? i dont have code for you, because im in the process of ticking checkboxes.
16 replies
NNovu
Created by Nexen on 5/4/2024 in #💬│support
Custom image of websocket
Thank you! ill try that and if i have more questions, ill reach out here.
11 replies
NNovu
Created by Nexen on 5/4/2024 in #💬│support
exclude from topic more actors
@Tomer Barnea sure, i want array of subscribers to exclude from topic send. for example: topic covers every subscriber. Based on trigger i can define if dev team should get it too.
16 replies
NNovu
Created by dhruv.barot on 12/22/2023 in #💬│support
Widgets APIs documentation
Hello, is there any progress on flutter lib? The only thing thats stopping me is the lack of flutter client sdk.
4 replies
NNovu
Created by Nexen on 10/27/2023 in #💬│support
Push fcm title body variables
aaah i see, you have to define those, then its shown, got it. i was expecting to see variables that are in the in-app where i can see system variables and can copy paste
9 replies
NNovu
Created by Nexen on 10/27/2023 in #💬│support
Push fcm title body variables
on FCM version i did not see that, lemme check again
9 replies
NNovu
Created by Nexen on 10/27/2023 in #💬│support
Push fcm title body variables
since i did not see the editor like inapp has, then i assumed its hardcoded text.
9 replies
NNovu
Created by Nexen on 10/27/2023 in #💬│support
Push fcm title body variables
got it, maybe someone searching will find this:
"overrides": {
"fcm": {
"title": "fooa",
"body": "FOO"
}
}
"overrides": {
"fcm": {
"title": "fooa",
"body": "FOO"
}
}
9 replies
NNovu
Created by Nexen on 10/27/2023 in #💬│support
push notifications grouping
"overrides": {
"fcm": {
"android": {
"collapseKey": "1"
},
"apns": {
"payload": {
"aps": {
"threadId": "1"
}
}
}
}
}
"overrides": {
"fcm": {
"android": {
"collapseKey": "1"
},
"apns": {
"payload": {
"aps": {
"threadId": "1"
}
}
}
}
}
works, thank you!
3 replies
NNovu
Created by Nexen on 7/22/2023 in #💬│support
Flutter example
awesome, ill take a look at it!
3 replies
NNovu
Created by Nexen on 1/21/2023 in #💬│support
Flutter example
its a protocol, something like a websocket, but works in unreliable networks, i.e. facebook messenger uses mqtt for its entire messaging functionality, because there is no overhead and 3g can crunch it without issue
11 replies
NNovu
Created by Nexen on 1/21/2023 in #💬│support
Flutter example
exactly, whenever i tried to implement it way back, it was painful, because we had to use two socketio plugins. Now we are thinking, based on scope of project for MQTT. I guess that could be done easily for the delivering on our side, right?
11 replies
NNovu
Created by Nexen on 1/21/2023 in #💬│support
Flutter example
Awesome, i would need the whole stack, triggers we wanna do in node.js microservice, so its not within the app (for tweaks and stuff), but notification center in flutter would be mandatory, to show notifications list and unread count etc..
11 replies
NNovu
Created by Nexen on 1/21/2023 in #💬│support
Flutter example
bump
11 replies
NNovu
Created by Nexen on 1/2/2023 in #💬│support
api documentation is missing topics
it does not help at all. For someone its useful to know about token bearer, but in major its not even stating the widget/initialize url.
23 replies