Overview
Notifications send scheduled alerts when items match conditions you define. Unlike webhooks (which fire immediately on events), notifications run on a recurring schedule, evaluate a set of filter conditions, and deliver matching items to your chosen recipients. You manage notifications under Settings > Notifications.How notifications work
Each notification follows a three-step cycle:- Evaluate — on the configured interval, Ekso evaluates the notification’s filter conditions against items in the selected containers
- Match — items that satisfy the conditions are collected for delivery
- Deliver — matching items are sent to all configured recipients
Notification settings
The default interval is 3 hours (180 minutes). Set a shorter interval for time-sensitive alerts like SLA breaches, or a longer interval for daily digest-style notifications.
Frequency limiter
The limiter controls repeat delivery for the same item:
Use a limiter of
1 for one-time alerts (e.g., “notify when an item is overdue”). Use 0 for recurring digests where you want to see all currently matching items each time.
Conditions
Conditions define which items trigger the notification. They use the same AND/OR group model as rules:- Within a group — conditions are joined with AND (all must match)
- Between groups — groups are joined with OR (any group can match)
Status Equal BlockedANDPriority Equal High— notify when high-priority items are blockedDueDate LessThan TODAY— notify when items are past their due date