Slide 55
Slide 55 text
• POST /push can accepts multiple push
notifications in single request
• Limited by core.notification_max
• default value is 100
• Example request payload ->
Bulk enqueue
{
"notifications" : [
{
"token" : ["xxx"],
"platform" : 1,
"message" : "Hello, iOS!"
},
{
"token" : ["yyy"],
"platform" : 2,
"message" : "Hello, Android!"
}
]
}