Settings
Configure your outreach system
API Keys
Configured via environment variables (.env file)
Groq AI (Llama 3.3 70B)
GROQ_API_KEY
Resend (Email)
RESEND_API_KEY
Database
DATABASE_URL
Email Configuration
Sender identity for outreach emails
Must be verified in Resend. Edit in src/lib/resend.ts to change.
AI Prompt Template
The prompt sent to the AI model for generating cold emails. Use {{placeholders}} for contact data.
Variables: {{firstName}}, {{lastName}}, {{companyName}}, {{position}}, {{companyIndustry}}, {{companySize}}, {{companyDescription}}
Send Pacing
Control sending speed and daily send limits
Applied during bulk sends to warm up and protect deliverability.
Hard cap enforced before sending a batch.