Admin Exports
Download email templates and trial-user CSV data — filtered by signup date.
0
Trial users
Active (unsubscribed = false)
0
Active
No date filter
Email Templates
Re-engagement email template (raw HTML with [GREETING], [UNSUBSCRIBE_LINK], [APP_URL] placeholders).
<!DOCTYPE html>
<html>
<head><meta charset="utf-8"></head>
<body style="margin:0;padding:0;background:#0a0a0e;font-family:ui-sans-serif,system-ui,sans-serif">
<div style="max-width:600px;margin:0 auto;padding:32px 16px">
<div style="text-align:center;margin-bottom:40px">
<h1 style="color:#f0f0f5;font-size:28px;font-weight:700;margin:0 0 8px 0">You have 4 competitors we haven't told you about yet.</h1>
<p style="color:#6b7280;font-size:15px;margin:0">Here's what you'd see inside your dashboard right now.</p>
</div>
<div style="margin-bottom:20px">
<div style="background:#111827;border-radius:12px;padding:24px;margin-bottom:16px">
<div style="color:#6b7280;font-size:12px;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px">Competitor move #1</div>
<p style="color:#f0f0f5;font-size:16px;font-weight:600;margin:0 0 8px 0">NoimosAI raised their entry price by $20/mo.</p>
<p style="color:#6b7280;font-size:14px;margin:0">You missed it โ but your competitor didn't.</p>
</div>
<div style="background:#111827;border-radius:12px;padding:24px;margin-bottom:16px">
<div style="color:#6b7280;font-size:12px;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px">Competitor move #2</div>
<p style="color:#f0f0f5;font-size:16px;font-weight:600;margin:0 0 8px 0">Relevance AI launched a new agent template.</p>
<p style="color:#6b7280;font-size:14px;margin:0">You had no idea until an EdgeForge user already wrote about it.</p>
</div>
<div style="background:#111827;border-radius:12px;padding:24px">
<div style="color:#6b7280;font-size:12px;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px">Competitor move #3</div>
<p style="color:#f0f0f5;font-size:16px;font-weight:600;margin:0 0 8px 0">Manus shifted their homepage messaging.</p>
<p style="color:#6b7280;font-size:14px;margin:0">Market positioning change. You're reading this in the digest they never send.</p>
</div>
</div>
<p style="color:#4b5563;font-size:13px;text-align:center;line-height:1.6">
[GREETING] โ every competitor is making moves right now.<br>
The only question is whether you're watching.
</p>
<p style="color:#374151;font-size:11px;text-align:center;margin-top:16px">
<a href="[UNSUBSCRIBE_LINK]" style="color:#374151">Unsubscribe</a>
</p>
<div style="border-top:1px solid #1f2937;margin-top:32px;padding-top:24px;text-align:center">
<a href="[APP_URL]/dashboard" style="display:inline-block;background:#4f46e5;color:#fff;font-size:14px;font-weight:600;padding:12px 24px;border-radius:8px;text-decoration:none">Open Your Dashboard</a>
</div>
</div>
</body>
</html>