Schedule

Is when a date is selected for when a push notification should be sent (it is always truncated to the minute). Use this parameter if you don’t want to send notifications instantly.

##Parameters

  • scheduledTime – sending time in YYYY-MM-DD hh:mm:ss:mss format. Always truncates to minutes (mandatory).
  • scheduledTimeInTZ – the same time in the specified timezone; this is calculated on the server automatically.
  • timeZone – time offset in minutes that determines your time zone.
  • useDeviceTimeZone – Boolean flag that binds the sending time to the device time zone.

Example

{
  "scheduledTime": "2013-12-13 13:44:00.000",
  "timeZone": "180"
}