Notifications for Different Roster Item Events
Use CasePush notifications can be configured for different roster item parts and specific item types with different notification timings.
Notification sent 5 minutes before safety break start
{
"BreakStart": {
"SendAhead": "00:05:00",
"Types": [
"Safety break"
]
}
}
Notification sent 2 minutes before lunch break end
{
"BreakEnd": {
"SendAhead": "00:02:00",
"Types": [
"Lunch break"
]
}
Notification sent 1 day before certain activity
{
"ActivityStart": {
"SendAhead": "24:00:00",
"Types": [
"Training"
]
}
}
Notification sent 15 minutes before morning shift start
{
"ShiftStart": {
"SendAhead": "00:15:00",
"Types": [
"08-15h shift"
]
}
}
Was this helpful?
