Webinar Invitation

Professional webinar invitation email with registration CTA

DEMO / SAMPLE

UnisonWave

You're Invited! 🎉

Join us for an exclusive webinar on Advanced B2B Lead Generation Strategiesthat will transform your marketing approach.

📅 Event Details

📅 Date:Tuesday, March 15, 2024
⏰ Time:2:00 PM - 3:00 PM EST
📍 Format:Live Online Webinar
💰 Cost:FREE (Limited Seats Available)

👥 Featured Speakers

Sarah JohnsonCMO at TechCorp | 15+ Years in B2B Marketing
Michael ChenLead Generation Expert | UnisonWave

📋 What You'll Learn:

  • Proven strategies to triple your qualified leads
  • How to leverage AI for better lead qualification
  • Real-world case studies with measurable results
  • Q&A session with industry experts

Don't miss this opportunity to learn from industry leaders and network with other B2B marketing professionals.

⏰ Limited seats available - Register today!

Can't make it? Register anyway and we'll send you the recording.

© 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>You're Invited to Our Exclusive Webinar</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: 16px 40px;
            text-decoration: none;
            border-radius: 8px;
            font-weight: 700;
            margin: 20px 0;
            text-align: center;
        }
        .event-details {
            background-color: #f8f9fa;
            border: 2px solid #5b04a0;
            border-radius: 12px;
            padding: 25px;
            margin: 30px 0;
        }
        .event-details h3 {
            color: #1a1f36;
            margin-top: 0;
            font-size: 20px;
        }
        .detail-row {
            display: flex;
            align-items: center;
            margin: 15px 0;
            color: #3c4257;
        }
        .detail-row strong {
            color: #5b04a0;
            min-width: 100px;
        }
        .speakers {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            margin: 30px 0;
        }
        .speaker {
            margin: 15px 0;
        }
        .speaker strong {
            color: #5b04a0;
            display: block;
            margin-bottom: 5px;
        }
        .agenda {
            background-color: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            margin: 30px 0;
        }
        .agenda h4 {
            color: #1a1f36;
            margin-top: 0;
        }
        .agenda 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">You're Invited! 🎉</h2>
            <p class="message">
                Join us for an exclusive webinar on <strong>Advanced B2B Lead Generation Strategies</strong> 
                that will transform your marketing approach.
            </p>
            <div class="event-details">
                <h3>📅 Event Details</h3>
                <div class="detail-row">
                    <strong>📅 Date:</strong>
                    <span>Tuesday, March 15, 2024</span>
                </div>
                <div class="detail-row">
                    <strong>⏰ Time:</strong>
                    <span>2:00 PM - 3:00 PM EST</span>
                </div>
                <div class="detail-row">
                    <strong>📍 Format:</strong>
                    <span>Live Online Webinar</span>
                </div>
                <div class="detail-row">
                    <strong>💰 Cost:</strong>
                    <span>FREE (Limited Seats Available)</span>
                </div>
            </div>
            <div class="speakers">
                <h4 style="color: #1a1f36; margin-top: 0;">👥 Featured Speakers</h4>
                <div class="speaker">
                    <strong>Sarah Johnson</strong>
                    <span style="color: #3c4257;">CMO at TechCorp | 15+ Years in B2B Marketing</span>
                </div>
                <div class="speaker">
                    <strong>Michael Chen</strong>
                    <span style="color: #3c4257;">Lead Generation Expert | UnisonWave</span>
                </div>
            </div>
            <div class="agenda">
                <h4>📋 What You'll Learn:</h4>
                <ul>
                    <li>Proven strategies to triple your qualified leads</li>
                    <li>How to leverage AI for better lead qualification</li>
                    <li>Real-world case studies with measurable results</li>
                    <li>Q&A session with industry experts</li>
                </ul>
            </div>
            <p class="message">
                Don't miss this opportunity to learn from industry leaders and network with 
                other B2B marketing professionals.
            </p>
            <div style="text-align: center;">
                <a href="#" class="cta-button">Reserve Your Spot Now</a>
            </div>
            <p class="message" style="text-align: center; color: #5b04a0; font-weight: 600;">
                ⏰ Limited seats available - Register today!
            </p>
            <p class="message" style="font-size: 14px; color: #6c757d;">
                Can't make it? Register anyway and we'll send you the recording.
            </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're subscribed to our updates.<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>