# Notifications Modules **Categoria:** Sistema de Notificaciones **Actualizado:** 2026-01-04 --- ## Modulos Disponibles | ID | Nombre | Version | Estado | Proyectos | |----|--------|---------|--------|-----------| | email-sendgrid | Email (SendGrid) | 1.2.0 | production | gamilit | | email-ses | Email (AWS SES) | 1.0.0 | production | erp-core | | push-firebase | Push (Firebase) | 1.5.0 | production | gamilit | | sms-twilio | SMS (Twilio) | 1.0.0 | beta | - | | in-app-websocket | In-App (WebSocket) | 2.0.0 | production | trading-platform | --- ## Guia de Seleccion | Si necesitas... | Usar modulo | |-----------------|-------------| | Email marketing | email-sendgrid | | Email transaccional AWS | email-ses | | Push notifications mobile | push-firebase | | SMS 2FA | sms-twilio | | Notificaciones real-time | in-app-websocket | --- ## Patrones Comunes 1. **Queue Pattern:** Enviar notificaciones via cola 2. **Template Pattern:** Templates reutilizables 3. **Preference Pattern:** Respetar preferencias del usuario