For the complete documentation index, see llms.txt. This page is also available as Markdown.

Time window — Right to disconnect

The time window feature allows you to define a period during which the user receives notifications, and outside of which notifications are silent. It is found in the Settings of the notifications center, section Notification scheduling.

Configuration

Enable the time window

Turn on the toggle Notification scheduling for the time window restrictions to apply.

Set the schedule

  • From : time at which notifications begin to be sent (e.g. 09:00)

  • Until : time at which notifications stop (e.g. 18:00)

Outside this window, notifications are not sent on push and email channels.

Choose the days

Select the days of the week to which the time window applies:

  • Monday (1), Tuesday (2), Wednesday (3), Thursday (4), Friday (5), Saturday (6), Sunday (7)

Typically, weekdays (Monday to Friday) are selected.

Time zone

The time zone is automatically detected from the user's browser (e.g. Europe/Paris ). The configured times are interpreted in this time zone.

Behavior

  • When the window is active and we are outside the configured times → notifications are not sent

  • When the window is active and we are within the configured times → notifications are sent normally according to preferences

  • When the window is disabled → notifications are sent at any time

Examples

  • "Receive notifications only on weekdays from 9 a.m. to 6 p.m." → startTime: 09:00:00, endTime: 18:00:00, daysOfWeek: [1, 2, 3, 4, 5], active: true

  • "Disable notifications on weekends" → startTime: 00:00:00, endTime: 23:59:00, daysOfWeek: [1, 2, 3, 4, 5], active: true

What the assistant can do

With the scope Notifications enabled, the assistant can:

  • View the current time window (schedule, days, time zone, activation)

  • Set up or edit the complete time window

  • Enable or disable the time window

Last updated

Was this helpful?