email-marketing

email-marketing

熱門

電子郵件行銷自動化 - 活動建立、序列建置、A/B 測試、可遞送性優化與分析

316星標
69分支
更新於 2026/1/31
SKILL.md
唯讀
名稱
email-marketing
描述

電子郵件行銷自動化 - 活動建立、序列建置、A/B 測試、可遞送性優化與分析

版本
1.0.0

電子郵件行銷

全方位的電子郵件行銷技能,涵蓋活動建立、自動化序列、A/B 測試、分眾與可遞送性優化。

概述

此技能涵蓋:

  • 電子郵件活動建立與範本
  • 自動化滴灌序列
  • A/B 測試框架
  • 名單分眾策略
  • 可遞送性最佳實務

郵件類型與範本

1. 歡迎序列

sequence: "歡迎系列"
trigger: subscriber_signup
duration: 14_days

emails:
  - day_0:
      subject: "歡迎加入 {Brand} 🎉"
      goal: deliver_lead_magnet + set_expectations
      template: |
        Hi {first_name},
        
        歡迎加入 {Brand}!這是您的 [免費資源]。
        
        接下來兩週,我將分享:
        • {benefit_1}
        • {benefit_2}
        • {benefit_3}
        
        首先:[email 2 的預告]
        
        很快再聊,
        {sender_name}
        
  - day_2:
      subject: " {audience} 最常犯的 #1 錯誤"
      goal: educate + build_trust
      
  - day_4:
      subject: "{first_name},問個問題"
      goal: engagement + segmentation
      
  - day_7:
      subject: "{customer} 如何達成 {result}"
      goal: social_proof + soft_pitch
      
  - day_10:
      subject: "準備好 {achieve_goal} 了嗎?"
      goal: conversion + offer
      
  - day_14:
      subject: "最後機會:{offer_details}"
      goal: urgency + final_conversion

2. 電子報範本

newsletter:
  frequency: weekly
  day: Tuesday
  time: 10:00 AM
  
  structure:
    - header:
        logo: true
        issue_number: true
        
    - intro:
        personal_note: 2-3 sentences
        tease_content: true
        
    - main_content:
        sections: 3-5
        format: |
          ## {Section Title}
          
          {2-3 paragraph insight}
          
          **重點整理**:{one-liner}
          
          [閱讀更多 →]({link})
          
    - curated_links:
        count: 3-5
        format: "• {title} - {one-line description}"
        
    - cta:
        primary: product/service
        secondary: share/reply
        
    - footer:
        social_links: true
        unsubscribe: required

3. 促銷郵件

promo_email:
  type: sale_announcement
  
  subject_options:
    - "{first_name},今晚 30% 折扣截止"
    - "🚨 最後幾小時:您的獨家優惠"
    - "最後機會:在 {product} 上省下 $X"
    
  structure:
    hero:
      headline: "{Offer headline}"
      subhead: "限時優惠"
      cta_button: "立即購買"
      
    body:
      - urgency: "促銷將於 {countdown} 結束"
      - social_proof: "已有 {X} 位客戶省下費用"
      - benefits: bullet list
      - testimonial: 1 short quote
      
    cta:
      button_text: "領取您的 {X}% 折扣"
      link: "{promo_landing_page}"
      
    ps:
      text: "P.S. {urgency reminder or bonus}"

自動化序列

購物車放棄

sequence: "購物車挽回"
trigger: cart_abandoned
wait_before_start: 1_hour

emails:
  - email_1:
      delay: 1_hour
      subject: "忘了什麼嗎?🛒"
      content: |
        Hi {first_name},
        
        您的購物車裡還有一些商品:
        
        {cart_items_with_images}
        
        [完成訂單 →]
        
        有問題嗎?直接回覆這封信。
        
  - email_2:
      delay: 24_hours
      subject: "您的購物車還在等您"
      content: |
        還在考慮嗎?
        
        以下是 {X} 位客戶喜愛 {product} 的原因:
        
        ⭐ "{testimonial}"
        
        [完成購買 →]
        
  - email_3:
      delay: 72_hours
      subject: "最後機會 + 免運費"
      content: |
        Hi {first_name},
        
        您的購物車即將過期,但我們提供一點小誘因:
        
        使用優惠碼 FREESHIP 享免運費。
        
        [使用免運費完成訂單 →]

再互動序列

sequence: "挽回"
trigger: inactive_90_days

emails:
  - email_1:
      subject: "我們想念您,{first_name}"
      content: |
        好久不見!以下是 {Brand} 的新消息:
        
        • {New feature 1}
        • {New feature 2}
        • {New content}
        
        回來看看吧 →
        
  - email_2:
      delay: 7_days
      subject: "為您準備的特別優惠"
      content: |
        {first_name},
        
        我們希望您回來。這是您下次購物 20% 折扣。
        
        使用優惠碼:COMEBACK20
        
  - email_3:
      delay: 14_days
      subject: "我們該分道揚鑣嗎?"
      content: |
        Hi {first_name},
        
        我們注意到您有一段時間沒有開啟我們的郵件。
        
        如果您想繼續訂閱,請點擊這裡:[保持訂閱]
        
        如果不想,我們將在 7 天後將您從名單中移除。
        
        無論如何,沒有硬 feelings。

A/B 測試框架

測試項目

ab_test_elements:
  high_impact:
    - subject_line:
        variants: 2-3
        sample_size: 20% of list
        winner_criteria: open_rate
        
    - send_time:
        variants: [morning, afternoon, evening]
        test_duration: 2_weeks
        
    - cta_button:
        variants: [text, color, placement]
        winner_criteria: click_rate
        
  medium_impact:
    - preview_text
    - email_length
    - personalization_level
    - image_vs_no_image
    
  low_impact:
    - font_choice
    - button_shape
    - footer_layout

主旨行 A/B 測試範例

test_1:
  hypothesis: "表情符號提升開啟率"
  variant_a: "您的每週生產力技巧"
  variant_b: "您的每週生產力技巧 🚀"
  
test_2:
  hypothesis: "個人化提升開啟率"
  variant_a: "您會喜愛的新功能"
  variant_b: "{first_name},您會喜愛的新功能"
  
test_3:
  hypothesis: "好奇心缺口提升開啟率"
  variant_a: "省錢的 5 種方法"
  variant_b: "我差點犯下的 $500 錯誤"
  
test_4:
  hypothesis: "急迫感提升開啟率"
  variant_a: "本週末 30% 折扣"
  variant_b: "30% 折扣將在 24 小時內結束"

分眾策略

segmentation:
  behavioral:
    - purchase_history:
        segments: [never_purchased, one_time, repeat, vip]
        
    - engagement_level:
        segments: [highly_engaged, moderate, inactive, churned]
        criteria:
          highly_engaged: opened_5_of_last_5
          moderate: opened_2_5_of_last_5
          inactive: no_open_30_days
          churned: no_open_90_days
          
    - product_interest:
        based_on: [clicks, page_views, cart_adds]
        
  demographic:
    - location: for timezone optimization
    - industry: for B2B personalization
    - company_size: for offer customization
    
  lifecycle:
    - stage: [lead, trial, customer, churned]
    - tenure: [new, established, long_term]

segment_specific_content:
  vip_customers:
    - early_access: true
    - exclusive_discounts: true
    - personalized_recommendations: true
    
  inactive_subscribers:
    - reduced_frequency: true
    - re_engagement_offers: true
    - sunset_flow: after_90_days

可遞送性最佳實務

deliverability:
  authentication:
    required:
      - SPF: sender policy framework
      - DKIM: domain keys
      - DMARC: alignment policy
    check: mxtoolbox.com
    
  list_hygiene:
    - remove_bounces: immediately
    - remove_unsubscribes: immediately
    - re_engage_inactive: after_60_days
    - remove_inactive: after_90_days
    
  content_best_practices:
    - spam_words_avoid: [free, act now, limited time, click here]
    - text_to_image_ratio: 60:40
    - alt_text: on all images
    - unsubscribe_link: prominent
    - physical_address: required (CAN-SPAM)
    
  sending_practices:
    - warm_up_new_domain: 2-4 weeks
    - consistent_sending: same days/times
    - gradual_volume_increase: max 20%/week
    - monitor_complaints: target <0.1%

分析與 KPI

email_metrics:
  primary:
    - open_rate:
        benchmark: 20-25%
        improve_with: subject_lines, sender_name, send_time
        
    - click_rate:
        benchmark: 2-5%
        improve_with: content, cta, design
        
    - conversion_rate:
        benchmark: 1-3%
        improve_with: offer, landing_page, targeting
        
  secondary:
    - unsubscribe_rate:
        healthy: <0.5%
        action: review frequency, content relevance
        
    - bounce_rate:
        healthy: <2%
        action: clean list, verify emails
        
    - spam_complaints:
        healthy: <0.1%
        action: improve opt-in, add unsubscribe
        
  revenue:
    - revenue_per_email
    - revenue_per_subscriber
    - customer_lifetime_value

reporting_template: |
  # 電子郵件成效報告 - {Week/Month}
  
  ## 活動摘要
  | 活動 | 發送數 | 開啟率 | 點擊率 | 轉換率 | 營收 |
  |----------|------|-------|--------|------|---------|
  | 電子報 | 10K | 22% | 3.5% | 1.2% | $5,000 |
  | 促銷 | 10K | 28% | 5.2% | 2.8% | $12,000 |
  
  ## 名單健康度
  - 總訂閱人數:50,000
  - 本週新增:500
  - 取消訂閱:45 (0.09%)
  - 退信:12 (0.02%)
  
  ## 表現最佳
  - 最佳主旨:"{subject}" (32% 開啟率)
  - 最佳 CTA:"{cta}" (8% 點擊率)
  
  ## 建議
  1. 測試更多基於好奇心的主旨
  2. 針對下次促銷按互動程度分眾
  3. 清理不活躍訂閱者 (2,000+)

輸出範例

請求:"為 SaaS 產品建立歡迎郵件序列"

輸出

# 歡迎序列 - SaaS 產品

## 郵件 1:歡迎(立即發送)
**主旨**:歡迎使用 {Product}!這是您的快速入門指南 🚀

Hi {first_name},

歡迎使用 {Product}!我是 {founder_name},很興奮您加入我們。

您剛加入 10,000 多個已改變工作方式的團隊。

您的第一步:[完成個人檔案](只需 2 分鐘)

接下來一週,我將分享:
• 能為用戶每週節省 5 小時以上的 3 個功能
• {Company} 如何將生產力提升 40%
• 來自高級用戶的專業技巧

有問題嗎?直接回覆這封信——我每一封都會看。

讓我們開始吧,
{founder_name}

P.S. 需要協助嗎?[預約免費入門通話]


---

## 郵件 2:快速勝利(第 2 天)
**主旨**:{first_name},試試這個 2 分鐘技巧

Hi {first_name},

第 2 天,我想分享我們用戶最愛的功能 #1:

[功能名稱]

設定只需 2 分鐘,用戶回報每天節省 1 小時以上。

操作方式:

  1. 前往設定 → [功能]
  2. 點擊「啟用」
  3. 完成!

[立即設定 →]

明天,我將向您展示 {Customer} 如何使用此功能達成 {impressive result}。

很快再聊,
{founder_name}


---

## 郵件 3:社會證明(第 4 天)
**主旨**:{Customer} 如何每週節省 10 小時

Hi {first_name},

介紹 Sarah,{Company} 的專案經理。

使用 {Product} 前:「我每週花 10 多小時在狀態更新上。」

使用 {Product} 後:「一切都自動化了。我現在專注於實際工作。」

最棒的是?她只用了一個下午就設定完成。

想要類似結果嗎?以下是 Sarah 的三大技巧:

  1. {Tip 1}
  2. {Tip 2}
  3. {Tip 3}

[查看完整案例研究 →]

您最大的生產力挑戰是什麼?回覆告訴我。

{founder_name}


---

## 郵件 4:互動確認(第 7 天)
**主旨**:問個問題,{first_name}

Hi {first_name},

已經一週了!快速確認一下:

{Product} 目前對您來說如何?

A) 🚀 超愛!
B) 🤔 還在摸索
C) 😕 遇到一些問題

[點擊您的答案]

根據您的回應,我會寄送最相關的資源。

{founder_name}

P.S. 如果您選 C,回覆詳細資訊,我的團隊將在 24 小時內提供協助。


---

## 郵件 5:轉換(第 10 天)
**主旨**:準備好解鎖完整功能了嗎?

Hi {first_name},

您使用 {Product} 已經 10 天了。以下是您的成就:

📊 {personalized_stats}

令人印象深刻!但您只用了 {Product} 40% 的功能。

升級 Pro,您將解鎖:
✅ {Pro feature 1}
✅ {Pro feature 2}
✅ {Pro feature 3}

升級的團隊平均生產力提升 {X%}。

[升級至 Pro →]

使用優惠碼 WELCOME20 享第一年 20% 折扣。

{founder_name}


---

**序列設定:**
- 郵件間等待時間:如指定
- 跳過週末發送:是
- 退出條件:升級或取消訂閱
- 分支:若郵件 3 後無開啟 → 較短的再互動序列

電子郵件行銷技能 - Claude Office Skills 的一部分