Skip to main content
Version: 5.7.0

SendRawPushNotificationToGroup

Sends a notification to a "group" of user consisting of raw message content.

See the Portal documentation for more info.

ServiceOperation
pushNotificationSEND_RAW_TO_GROUP

Method Parameters

ParameterDescription
groupIdThe target group.
senderIdOptional id of sender.
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
}
]
}