Sale Alerts
Email Telegram Dedup & Retry

Email

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
TimeOrderChannelStatusMessage / 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_log table for auditing.