Email
Telegram
Dedup & Retry
You can use SendGrid/Mailgun API key as password if using SMTP API.
Telegram
Create bot with @BotFather → set token → get chat_id → test.
Rules & Filters
Preview
—
Simulate a Sale (Webhook)
Posts to backend if available; otherwise simulates locally.
Recent Alerts
MOCK MODE
| Time | Order | Channel | Status | Message / Error |
|---|
Security & Maintenance
- Keep SMTP password and Telegram bot token secret (.env on backend).
- Use HMAC signature or IP allowlist for webhooks.
- Deduplicate by
order_id, add retry/backoff on failures. - Store an
alerts_logtable for auditing.