outreach/templates/campaign-1-saas.html
2025-08-15 01:03:38 -08:00

43 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{subject}}</title>
<style>
body { font-family: Arial, sans-serif; line-height: 1.6; color: #333; max-width: 600px; margin: 0 auto; padding: 20px; }
h1 { color: #2c3e50; }
.cta { background: #e74c3c; color: white; padding: 12px 24px; text-decoration: none; border-radius: 5px; font-weight: bold; }
.price { background: #f8f9fa; padding: 15px; border-left: 4px solid #e74c3c; margin: 15px 0; }
@media (max-width: 600px) { body { padding: 10px; } }
</style>
</head>
<body>
<h1>🚀 LinkedIn Employment Intelligence API for {{firmName}}</h1>
<p>Hello {{firmName}} team,</p>
<p>I've developed an <strong>automated LinkedIn parser</strong> that finds recently terminated employees in {{location}} and {{state}} - perfect for employment law leads.</p>
<h2>What You Get:</h2>
<ul>
<li>📡 <strong>Real-time API access</strong> to query layoffs, terminations, wrongful dismissals</li>
<li>🎯 <strong>Location filtering</strong> for {{location}} and areas where you practice</li>
<li>🤖 <strong>AI analysis</strong> of posts (sentiment, urgency, potential case value)</li>
<li>📊 <strong>Clean JSON data</strong> with contact info, company details, timeline</li>
<li>🔄 <strong>Daily updates</strong> - never miss a potential client</li>
</ul>
<div class="price">
<strong>Pricing:</strong> $299/month - Cancel anytime<br>
<em>First 50 queries free to test the quality</em>
</div>
<p>This runs 24/7 and finds cases your competitors miss. Ready to see it in action?</p>
<p><a href="mailto:{{contactEmail}}?subject=LinkedIn Parser Demo Request" class="cta">Request Free Demo</a></p>
<p>Best regards,<br>
[Your Name]<br>
LinkedIn Employment Intelligence</p>
</body>
</html>