Skip to main content
Version: 5.7.0

SendNormalizedPushNotificationBatch

Sends a notification to a list of users consisting of alert content and custom data.

ServiceOperation
pushNotificationSEND_NORMALIZED_BATCH

Method Parameters

ParameterDescription
profileIdsTarget list of users.
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
}
]
}