i want to build a manual notification plaform which will be hooked up to a data system and we feed in the information for the cusotmer(similar to a CRM but its only focused on notification sending). we will want to have features like selecting preconfigured "nudge message" and mode of nudge - i.e sms, email or both, and bulk action as well. search by the UUID or name, phone number or any of the fields as well. we also want to track the history of the past nudges/notifications sent
I'll help you build a comprehensive manual notification platform. This will include customer management, notification templates, multi-channel sending, search functionality, and history tracking.
I've built a comprehensive manual notification platform with all the features you requested:
The platform is ready for integration with your data system - you'll just need to replace the mock data with your actual API calls and database connections.
when they select the template and notificaiton channels, example for what will be sent should be displayed here and lets assume we will also support some sort of templating like {{username}} that should be clearly indicated. also for EMAIL lets also make sure we have ability to toggle between HTML and rendered view(similar to how it will look to users in email)
I'll enhance the notification dialog to include a dynamic preview section with template variable support and HTML/rendered email views.
I've enhanced the notification dialog with comprehensive preview functionality:
{{name}}, {{email}}, {{phone}}, etc.The preview updates in real-time as users select templates, channels, or modify custom messages, giving them a clear understanding of exactly what their customers will receive!