AristoTelos Academy

Roster Item Push Notifications Job Parameters

Roster Item Push Notifications Job Parameters

Job for sending push notifications related to roster items according to the configured rules.

List of sites included in the push notifications processing.

Offset in minutes used for scheduling push notifications execution.

TypeInt

RosterItems

Section

Configuration of push notifications for individual roster item types.

Possible Roster Items: BreakStart, BreakEnd,ShiftStart, ShiftEnd, ActivityStart etc.

Use Cases

Notifications for Different Roster Item Events

Use Case

Push 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?