Webhook delivery infrastructure for Pro tier
Added
- Webhook delivery for alert notifications (Pro tier).
- Discord embed format support.
- HMAC-SHA256 signature verification for webhook authenticity.
webhook_deliveriesqueue table with retry tracking.- Exponential backoff retry policy (5 attempts).
- Auto-disable after 5 consecutive failures.
Changed
alert_destinationstable extended with webhook and discord types.- Edge Function
deliver-webhookdeployed to Supabase. - pg_cron job processes deliveries every minute.
Fixed
- None.
Removed
- None.
Why
Pro users need programmatic access to alerts for integration with trading systems, Discord communities, and custom dashboards.
Impact
Pro tier users can configure webhook URLs to receive real-time alert payloads in CNP canonical format.