Skip to main content
Version: 5.7.0

SendRawPushNotificationBatch

Sends a notification to a list of users consisting of raw message content.

ServiceOperation
pushNotificationSEND_RAW_BATCH

Method Parameters

ParameterDescription
profileIdsTarget list of users.
fcmContentFCM dependent message content.
iosContentIOS dependent message content.
facebookContentFacebook dependent message content.

Usage

http://localhost:3000
// S2S call: to view example, switch to the Cloud Code or Raw tab.
JSON Response
{
"packetId": 1,
"messageResponses": [
{
"status": 200,
"data": null
}
]
}