Notifications & Alerts
Email, Telegram, and WhatsApp alert configuration
Predite supports four notification channels: Email, Telegram, WhatsApp, and Push (PWA). This doc covers how to configure each and design alert rules that catch what matters without spamming you.
## Channels Overview
| Channel | Setup difficulty | Delivery speed | Best for | |---|---|---|---| | Email | 0 minutes (default) | 10-60 sec | Detailed alerts, daily digests | | Telegram | 2 minutes | < 5 sec | Fast time-sensitive signals | | WhatsApp | 5 minutes (admin config) | 5-30 sec | Mobile-first users | | Push (PWA) | 1 minute | < 2 sec | Power users with PWA installed |
Active by default for all users. Configure in **Settings → Notifications**:
- •Toggle on/off
- •Frequency: instant, hourly digest, daily digest
- •Categories: which alert types you want emailed
Delivery via Resend. Typical latency 10-60 seconds depending on the email provider on your end (Gmail is fastest; some corporate filters add delay).
## Telegram
WhatsApp uses Twilio for delivery. Requires the deployment to have Twilio credentials configured (admin-level setup).
Note: WhatsApp Business API has restrictions on message content. Some highly-templated messages may be delayed during their approval flow. Generally fine for trading alerts.
## Push (PWA)
If you've installed Predite as a PWA (Progressive Web App) — via your browser's "Install" or "Add to home screen" — you can enable native push notifications.
Push notifications work even when the browser is closed (on most platforms). Fastest delivery channel.
## Alert Rules
Go to **Dashboard → Alerts → New Rule**. Each rule has:
## Sample Alert Rules
## Avoiding Notification Fatigue
The most common mistake: enabling too many rules at too-loose thresholds, getting buried in alerts, and ignoring them all.
Tips:
- •Start with 2-3 rules. Add more only after you've tuned the existing ones.
- •Use the cooldown aggressively. Same-market alerts hourly is plenty for most use cases.
- •Use scope filters. You don't care about sports markets if you only trade politics.
- •Use active hours. Trading alerts at 3am aren't actionable.
- •Tier your rules by urgency. Edge > 15pp → push. Edge > 10pp → email digest. Bot error → all channels. This way urgent things actually get attention.
## Auditing Delivered Notifications
The **Notifications history** page (Settings → Notifications → History) shows every alert sent in the last 30 days:
- •Timestamp
- •Rule that fired
- •Channels attempted
- •Delivery status (delivered, failed, suppressed by cooldown)
If you're missing expected alerts, check this log first. Often the issue is a cooldown blocking duplicates, or a rule scope narrower than expected.
## Related Docs
- [News Feed & Calendar](/docs/news-calendar)
- •[Bot Execution Engine](/docs/bot-execution)
- •[Security & Privacy](/docs/security)