What problem does it solve?
You need a production-ready, tenant-scoped event notification system that reliably routes business events to email, SMS, and webhooks without hand-wiring schemas, delivery workers, logging, and real-time UI.
Core Features & Use Cases
- Event Bus + Tenant Topics: broadcast events through PubSub for account-scoped listeners and delivery orchestration.
- Database-backed Subscriptions: manage which users or static destinations receive which event types, including webhook channels with signed requests.
- Delivery Orchestration via Oban: process email, SMS, webhook, and in-app delivery asynchronously with delivery status logging for auditability.
- Webhook Signing (Standard Webhooks style): generate secrets and sign webhook payloads with HMAC-SHA256-compatible headers.
- LiveView Integration + Multi-tenancy: support real-time updates with correct account scoping.
Quick Start
Run the skill in your Phoenix 1.8 project, then follow the prompts to confirm your app module prefix, PubSub module, mailer, tenant scoping field, and the event types you want to support.