You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NotificationService handles sending notifications (SMS and email) based on user preferences and templates from the database. It validates requests, retrieves user and category data, and uses Mustache to generate messages. Depending on the notification type, it sends SMS via Twilio or emails using the appropriate client, while dynamic templates.