Skip to main content
Version: 5.7.0

ScheduleRawPushNotifications

Schedules raw notifications based on user local time.

Results

NameDescription
notificationJobsNumber of notification jobs/time zones targeted
ServiceOperation
pushNotificationSCHEDULE_RAW_NOTIFICATIONS

Method Parameters

ParameterDescription
fcmContentFCM dependent message content.
iosContentIOS dependent message content.
facebookContentFacebook dependent message content.
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": 5
}
}
]
}