Laiix
NNovu
•Created by Laiix on 3/20/2024 in #💬│support
IOS and Android Push Notifications
these overrides were missing to see the push itself
def overrides = [
fcm: [
type: "data",
data: payload,
apns: [
"payload": [
"aps": [
"alert": [
"title": message.subject,
"body": message.body
],
"sound": "default",
"badge": 1
]
]
],
android: [
notification: [
"title": message.subject,
"body": message.body,
"defaultSound": true,
]
]
]
]
7 replies
NNovu
•Created by winston.tech on 3/18/2024 in #💬│support
MARKING NOTIFICATIONS AS SEEN
Thx 🙂
12 replies
NNovu
•Created by winston.tech on 3/18/2024 in #💬│support
MARKING NOTIFICATIONS AS SEEN
@Pawan Jain
What about the old endpoint?
/novu/$subscriberId/messages/$messageId/seen
does this not exist anymore?
@Ask Inkeep
12 replies