Skip to main content
Version: 5.7.0

SendNormalizedPushNotificationToGroup

Sends a notification to a "group" of user consisting of alert content and custom data.

See the Portal documentation for more info.

ServiceOperation
pushNotificationSEND_NORMALIZED_TO_GROUP

Method Parameters

ParameterDescription
groupIdThe target group.
senderIdOptional id of sender.
alertContentBody and title of alert.
customDataOptional custom data.

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
}
]
}