Hybrid approach: Quick toggles for common triggers + Custom rules for power users
Same concept as today's 3 toggles, but with content type awareness and more options
For PR professionals who want fine-grained control. Uses the same backend rule_config, but with a visual builder.
content_type, platform, likes_count, shares_count, comments_count to notification event dict
zentix backend
2.
Call _publish_enriched_notification() from SocialMediaCompanyAnalyzer after analysis
zentix backend
3.
Build build_enriched_social_media_notification_data() that reads from social_media_feeds
zentix backend
4.
Add content_type: "article" to existing article notification events
zentix backend
5.
Expand notification settings UI — toggles + custom rule builder
zentix interface
6.
Add "Send Test Notification" button
zentix interface
7.
Validate E2E: trigger → rule match → delivery
both