Resend Email Sequences
Drip campaigns with templates.
Prompt
Build an automated email sequence system using Resend:
1. React Email templates for: welcome, onboarding day 1/3/7, and re-engagement
2. API route to enqueue a user into a sequence
3. Cron-triggered worker that sends the next email in sequence based on timing
4. Unsubscribe handling with one-click link
5. Delivery tracking dashboard showing sent/opened/bounced stats
Use @react-email/components for templates and Resend SDK for delivery.