Re-engagement Campaign

Win-back email template to re-engage inactive subscribers

DEMO / SAMPLE

UnisonWave

We Miss You, [First Name]!

It's been a while since we last connected, and we wanted to reach out with something special to welcome you back.

We've been working hard to improve our services and have some exciting updates we think you'll love. Plus, we have an exclusive offer just for you!

🎁 Special Welcome Back Offer

25% OFF

Use code: WELCOMEBACK25

Valid for the next 7 days only

Here's what you've been missing:

  • New AI-powered lead qualification features
  • Enhanced analytics dashboard with real-time insights
  • Expanded integration library with 50+ tools
  • 24/7 priority support for all customers

Don't let this opportunity pass you by. Reconnect with us today and take advantage of this exclusive offer.

We'd love to have you back! 💜

If you have any questions or concerns, please don't hesitate to reply to this email. We're here to help.

Best regards,
The UnisonWave Team

© 2025 UnisonWave. com, All rights reserved.

⚠️ This is a demo/sample template for internal purposes only. Not for production use.

HTML Code
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>We Miss You!</title>
    <style>
        body {
            margin: 0;
            padding: 0;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            background-color: #f5f5f5;
        }
        .email-container {
            max-width: 600px;
            margin: 0 auto;
            background-color: #ffffff;
            position: relative;
        }
        .demo-ribbon {
            position: absolute;
            top: 0;
            right: 0;
            background: linear-gradient(135deg, #ffc634 0%, #ffd667 100%);
            color: #1a1f36;
            padding: 8px 24px;
            border-bottom-left-radius: 8px;
            font-weight: bold;
            font-size: 12px;
            z-index: 10;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }
        .demo-footer {
            background-color: #fef3c7;
            border-top: 2px solid #fbbf24;
            padding: 16px 24px;
            text-align: center;
        }
        .demo-footer p {
            font-size: 12px;
            color: #92400e;
            font-weight: 500;
            margin: 0;
        }
        .header {
            background: linear-gradient(135deg, #5b04a0 0%, #7a20c4 100%);
            padding: 40px 20px;
            text-align: center;
        }
        .logo {
            color: #ffffff;
            font-size: 28px;
            font-weight: bold;
            margin: 0;
        }
        .content {
            padding: 40px 30px;
        }
        .greeting {
            font-size: 24px;
            color: #1a1f36;
            margin-bottom: 20px;
        }
        .message {
            font-size: 16px;
            line-height: 1.6;
            color: #3c4257;
            margin-bottom: 20px;
        }
        .cta-button {
            display: inline-block;
            background: linear-gradient(135deg, #5b04a0 0%, #7a20c4 100%);
            color: #ffffff;
            padding: 14px 32px;
            text-decoration: none;
            border-radius: 8px;
            font-weight: 600;
            margin: 20px 0;
        }
        .offer-box {
            background: linear-gradient(135deg, #ffc634 0%, #ffd667 100%);
            padding: 30px;
            border-radius: 12px;
            text-align: center;
            margin: 30px 0;
        }
        .offer-box h3 {
            color: #1a1f36;
            margin: 0 0 15px 0;
            font-size: 22px;
        }
        .offer-box .discount {
            font-size: 48px;
            font-weight: bold;
            color: #5b04a0;
            margin: 10px 0;
        }
        .benefits-list {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            margin: 30px 0;
        }
        .benefits-list ul {
            margin: 0;
            padding-left: 20px;
            color: #3c4257;
            line-height: 1.8;
        }
        .footer {
            background-color: #f8f9fa;
            padding: 30px;
            text-align: center;
            font-size: 14px;
            color: #6c757d;
        }
    </style>
</head>
<body>
    <div class="email-container">
        <div class="demo-ribbon">DEMO / SAMPLE</div>
        <div class="header">
            <h1 class="logo">UnisonWave</h1>
        </div>
        <div class="content">
            <h2 class="greeting">We Miss You, [First Name]!</h2>
            <p class="message">
                It's been a while since we last connected, and we wanted to reach out 
                with something special to welcome you back.
            </p>
            <p class="message">
                We've been working hard to improve our services and have some exciting 
                updates we think you'll love. Plus, we have an exclusive offer just for you!
            </p>
            <div class="offer-box">
                <h3>🎁 Special Welcome Back Offer</h3>
                <div class="discount">25% OFF</div>
                <p style="color: #1a1f36; margin: 15px 0;">
                    Use code: <strong>WELCOMEBACK25</strong>
                </p>
                <p style="color: #1a1f36; margin: 0;">
                    Valid for the next 7 days only
                </p>
            </div>
            <div class="benefits-list">
                <p style="margin-top: 0; font-weight: 600; color: #1a1f36;">
                    Here's what you've been missing:
                </p>
                <ul>
                    <li>New AI-powered lead qualification features</li>
                    <li>Enhanced analytics dashboard with real-time insights</li>
                    <li>Expanded integration library with 50+ tools</li>
                    <li>24/7 priority support for all customers</li>
                </ul>
            </div>
            <p class="message">
                Don't let this opportunity pass you by. Reconnect with us today and 
                take advantage of this exclusive offer.
            </p>
            <div style="text-align: center;">
                <a href="#" class="cta-button">Redeem Your 25% Discount</a>
            </div>
            <p class="message" style="text-align: center; color: #5b04a0; font-weight: 600;">
                We'd love to have you back! 💜
            </p>
            <p class="message">
                If you have any questions or concerns, please don't hesitate to reply 
                to this email. We're here to help.
            </p>
            <p class="message">
                Best regards,<br>
                The UnisonWave Team
            </p>
        </div>
        <div class="footer">
            <p>© 2025 UnisonWave. com, All rights reserved.</p>
            <p style="margin-top: 20px; font-size: 12px;">
                You're receiving this email because you were previously subscribed.<br>
                <a href="#" style="color: #5b04a0;">Unsubscribe</a> | <a href="#" style="color: #5b04a0;">Update Preferences</a>
            </p>
        </div>
        <div class="demo-footer">
            <p>⚠️ This is a demo/sample template for internal purposes only. Not for production use.</p>
        </div>
    </div>
</body>
</html>