Create Your First Campaign
Launch your first automated cold email campaign after collecting leads for 5-7 days.
Overview
ColdConvert uses automated cron jobs to send emails. After 5-7 days of lead collection, you can launch your first campaign targeting Product Hunt founders.
Campaign Process
• ✅ Collect leads from Product Hunt (5-7 days)
• ✅ Create personalized email template
• ✅ Launch automated campaign
• ✅ Monitor results and optimize
Prerequisites
Before launching your campaign, ensure everything is properly configured:
System Setup
• ✅ Repository deployed to Vercel
• ✅ Database configured
• ✅ Resend API key added
• ✅ Product Hunt API configured
• ✅ Cron jobs active
Lead Collection
• ✅ System running for 5-7 days
• ✅ 200+ leads collected
• ✅ No critical errors in logs
• ✅ Resend domain verified
Required Environment Variables
Before launching your campaign, make sure these environment variables are set in your Vercel deployment:
# Email Configuration
RESEND_FROM_ADMIN="Sergiu <support@yourdomain.com>"
EMAILS_PER_RUN="5"
EMAIL_DOMAIN="yourdomain.com"
# Personal Information
YOUR_NAME="Sergiu" # Your presentation
YOUR_STARTUP_NAME="ColdConvert" # Your startup name
YOUR_WEBSITE="https://www.yourdomain.com" # Your website link
# Targeting Configuration
TOPICS="saas,productivity,development,ai,startup" # Choose your niche
Important Notes:
• EMAILS_PER_RUN: Start with 5 emails to test deliverability, then increase to 15-25
• TOPICS: Choose niches that match your target audience (e.g., "saas,productivity" for B2B tools)
• RESEND_FROM_ADMIN: Use your verified domain email address
Email Template
Here's an example email template for Product Hunt founders. You can adapt this template for your specific use case and target audience:
Subject: Congrats on {leadName}'s launch! 🚀
Hi {leadName} team,
Just saw {leadName} on Product Hunt - congrats on the launch!
{leadName} looks impressive and getting traction is no small feat.
I help founders scale their products post-launch. Would you be open to a quick 15-minute call this week to discuss your growth strategy?
Best regards,
{yourName}
💡 Template Adaptation Tips:
• Change the hook: Instead of Product Hunt, reference their specific platform or achievement
• Adjust the value proposition: Focus on your specific service or expertise
• Modify the call-to-action: Make it relevant to your business goals
• Update personalization variables: Use data points relevant to your target audience
Key Personalization Variables
Product Information
• {leadName} - Product/company name
• {launchDate} - Launch date
Personal Information
• {yourName} - Your name
• {yourStartupName} - Your startup name
• {yourWebsite} - Your website
Custom Variables
• [industry] - Target industry
• [frustration] - Common frustration
• [painPoint] - Pain point to solve
Launch Campaign
After 5-7 days of lead collection, you're ready to launch your automated campaign. The system uses cron jobs to send emails automatically.
# Current cron schedule in vercel.json
{
"crons": [
{
"path": "/api/seed/ph-leads",
"schedule": "0 9 * * *"
},
{
"path": "/api/outreach/resend/email",
"schedule": "0 10,14 * * 1-5"
}
]
}
# Email sending schedule:
# - Runs at 10 AM and 2 PM UTC
# - Monday through Friday only
# - Sends 25-50 emails per batch
🚀 Launch Checklist
• ✅ 200+ leads collected
• ✅ Email template tested
• ✅ Resend domain verified
• ✅ Cron jobs active
• ✅ Test batch sent successfully
🎉 Campaign Launched Successfully!
Your automated cold email system is now running. The cron jobs will continue collecting leads and sending emails according to your schedule.