{
  "name": "Email Follow-up Sequence — 3-Step Drip Campaign",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "new-subscriber",
        "responseMode": "lastNode"
      },
      "id": "d1b2c3d4-0001-4000-8000-000000000001",
      "name": "Webhook — Subscriber Baru",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [
        250,
        300
      ],
      "webhookId": "subscriber-webhook"
    },
    {
      "parameters": {
        "sendTo": "={{ $json.body.email }}",
        "subject": "Selamat datang, {{ $json.body.nama }}! Ini hadiah untuk Anda",
        "message": "Halo {{ $json.body.nama }},\n\nTerima kasih sudah bergabung!\n\nSeperti yang dijanjikan, berikut link download resource gratis Anda:\n[GANTI_LINK_DOWNLOAD]\n\nAda pertanyaan? Reply email ini langsung.\n\nSalam,\n[NAMA_ANDA]"
      },
      "id": "d1b2c3d4-0002-4000-8000-000000000002",
      "name": "Email 1 — Welcome + Download",
      "type": "n8n-nodes-base.emailSend",
      "typeVersion": 2.1,
      "position": [
        500,
        300
      ]
    },
    {
      "parameters": {
        "amount": 2,
        "unit": "days"
      },
      "id": "d1b2c3d4-0003-4000-8000-000000000003",
      "name": "Wait — 2 Hari",
      "type": "n8n-nodes-base.wait",
      "typeVersion": 1.1,
      "position": [
        720,
        300
      ]
    },
    {
      "parameters": {
        "sendTo": "={{ $(\"Webhook — Subscriber Baru\").item.json.body.email }}",
        "subject": "3 Tips yang Sering Terlewat oleh Pebisnis",
        "message": "Halo {{ $(\"Webhook — Subscriber Baru\").item.json.body.nama }},\n\nSudah coba resource yang kemarin? Berikut 3 tips tambahan:\n\n1. [TIP 1 — sesuaikan dengan niche Anda]\n2. [TIP 2]\n3. [TIP 3]\n\nMau diskusi lebih lanjut? Balas email ini.\n\nSalam,\n[NAMA_ANDA]"
      },
      "id": "d1b2c3d4-0004-4000-8000-000000000004",
      "name": "Email 2 — Value + Tips",
      "type": "n8n-nodes-base.emailSend",
      "typeVersion": 2.1,
      "position": [
        960,
        300
      ]
    },
    {
      "parameters": {
        "amount": 3,
        "unit": "days"
      },
      "id": "d1b2c3d4-0005-4000-8000-000000000005",
      "name": "Wait — 3 Hari",
      "type": "n8n-nodes-base.wait",
      "typeVersion": 1.1,
      "position": [
        1180,
        300
      ]
    },
    {
      "parameters": {
        "sendTo": "={{ $(\"Webhook — Subscriber Baru\").item.json.body.email }}",
        "subject": "Butuh bantuan implementasi? Kami siap bantu",
        "message": "Halo {{ $(\"Webhook — Subscriber Baru\").item.json.body.nama }},\n\nSemoga tips sebelumnya bermanfaat!\n\nJika Anda ingin mengimplementasikan ini lebih cepat, kami bisa bantu:\n\n[DESKRIPSI LAYANAN ANDA]\n\nJadwalkan konsultasi gratis 30 menit:\n[LINK_BOOKING]\n\nSalam,\n[NAMA_ANDA]"
      },
      "id": "d1b2c3d4-0006-4000-8000-000000000006",
      "name": "Email 3 — Soft CTA",
      "type": "n8n-nodes-base.emailSend",
      "typeVersion": 2.1,
      "position": [
        1400,
        300
      ]
    }
  ],
  "connections": {
    "Webhook — Subscriber Baru": {
      "main": [
        [
          {
            "node": "Email 1 — Welcome + Download",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email 1 — Welcome + Download": {
      "main": [
        [
          {
            "node": "Wait — 2 Hari",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait — 2 Hari": {
      "main": [
        [
          {
            "node": "Email 2 — Value + Tips",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Email 2 — Value + Tips": {
      "main": [
        [
          {
            "node": "Wait — 3 Hari",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait — 3 Hari": {
      "main": [
        [
          {
            "node": "Email 3 — Soft CTA",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "meta": {
    "templateId": "mcsyauqi-email-followup-04"
  }
}