ScheduleDayConfig
Working-hours configuration for a single weekday.
is_working_dayIs Working Dayrequired
Whether messages may be sent on this day.
time_startTime Start
Start of the working window, "HH:MM" (24h).
Default value:
00:00time_endTime End
End of the working window, "HH:MM" (24h).
Default value:
00:00ScheduleDayConfig
{
"is_working_day": true,
"time_start": "00:00",
"time_end": "00:00"
}