01
Per-contact control
Each SMS or push contact sets their own window, in their own time zone — not one setting for the whole org. A distributed team with contacts in different time zones each gets a window that matches when they're actually asleep, rather than one org-wide setting that would be wrong for everyone except whoever set it up. It's a setup that respects the fact that a distributed team doesn't share a single bedtime. Nobody has to coordinate a single shared schedule that doesn't actually fit everyone.
02
Overnight wraparound handled
A 10pm–7am window works the way you'd expect, across midnight, with no edge-case math. There's no need to think through whether the window logic handles crossing midnight correctly — it just does, the same way you'd expect any calendar or scheduling tool to handle an overnight span without producing a weird off-by-one result. It's one less thing to double-check when setting the window up for the first time. It's one of those small correctness details that's easy to take for granted until it's missing.
03
Nothing critical is silenced
Email, Slack and webhook contacts are never muted — only SMS and push respect quiet hours. That split is deliberate: SMS and push are the channels that actually interrupt someone physically, while email, Slack and webhooks are channels a team checks on its own schedule anyway, so muting only the interrupting ones is what actually protects sleep without hiding information. The line is drawn around what physically wakes someone up, not around what's technically "important." It's a distinction that holds up well in practice, even if it isn't infinitely configurable.