Send Campaign - GOemail

📁 Click or drag CSV file here

Format: Email, FirstName, LastName (1-5000 rows)

💡 Recommended: 1,000-2,000 rows per file. Max: 5,000 rows.

📝 Click or drag HTML file here

Use placeholders: [FIRST_NAME], [LAST_NAME], [EMAIL], [TRACKING_ID]

📊 Sending Progress

0%

0

Sent

0

Failed

0

Skipped

-

Tracking ID

📝 HTML Template Placeholders

Use these placeholders in your HTML template. They'll be replaced with actual data from your CSV:

  • [FIRST_NAME] → Customer's first name
  • [LAST_NAME] → Customer's last name
  • [EMAIL] → Customer's email address
  • [TRACKING_ID] → Unique tracking ID for this campaign

📧 Example HTML Template

<html>
<body style="font-family: Arial, sans-serif; color: #333;">
  <h2>Hello [FIRST_NAME] [LAST_NAME],</h2>
  <p>We have an exclusive offer for you!</p>
  <p>Visit our website: <a href="https://tampabaymillworks.com">Tampa Bay Millworks</a></p>
  <p>Your contact email: [EMAIL]</p>
</body>
</html>

💡 Tip: The unsubscribe footer is added automatically to every email. Customers can click the unsubscribe link to opt out of future campaigns.

📋 CSV Format

Your CSV file must have these columns in this order:

Column Name Required Example
Email ✓ Yes john@example.com
FirstName ✓ Yes John
LastName ✓ Yes Doe

Example CSV Content

Email,FirstName,LastName
john@example.com,John,Doe
jane@example.com,Jane,Smith
bob@example.com,Bob,Johnson
alice@example.com,Alice,Williams

⚠️ File Size Limits:

  • Max file size: 10 MB
  • Recommended rows: 1,000-2,000
  • Max rows: 5,000