Skip to main content
Version: 5.7.0

ScheduleNormalizedPushNotifications

Schedules normalized notifications based on user local time.

Results

NameDescription
notificationJobsNumber of notification jobs/time zones targeted
ServiceOperation
pushNotificationSCHEDULE_NORMALIZED_NOTIFICATIONS

Method Parameters

ParameterDescription
alertContentBody and title of message in JSON format.
customDataCustom attributes of message.
segmentIdListList of target segments. Omit to send to all users.
localTimeThe scheduled local arrival time.
minimizeJobsOptional flag to cause the server to scan players time zones to reduce scope.
startDateUTCOptional base date for local time calculation.

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": {
"notificationJobs": 3
}
}
]
}