Skip to main content
Version: 5.7.0

SendNormalizedToSegments

This operation sends a normalized message to multiple user targets.

Results

NameDescription
estimatedTargetsEstimate number of targeted users
ServiceOperation
pushNotificationSEND_NORMALIZED_TO_SEGMENTS

Method Parameters

ParameterDescription
alertContentBody and title of message in JSON format.
customDataCustom parameters to include in message.
segmentIdListList of target segments. Omit to send to all users.

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": {
"estimatedTargets": 1234
}
}
]
}