Create Test Notification
Create Sample Lead Data
Create sample lead data with email metrics in Redis for testing. This will generate:
- Email opens, replies, and clicks metrics
- Timestamps and status information
- Sample notifications for the lead
Template Examples
Email Open
{"step": 2, "subject": "Follow up"}
Email Reply
{"step": 3, "message": "I'm interested in learning more."}
Status Change
{"old_status": "new", "new_status": "interested"}
Custom Event
{"type": "meeting_booked", "date": "2025-03-15", "time": "10:00 AM"}