{
  "name": "Automate event registration & follow-ups with Gmail reminders & Google Sheets",
  "nodes": [
    {
      "id": "1",
      "name": "Event Registration Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        240,
        300
      ]
    },
    {
      "id": "2",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        140,
        180
      ],
      "parameters": {
        "width": 240,
        "height": 160,
        "content": "## Event Management Config\n\n⚙️ **Customize event settings:**\n- Event details and schedules\n- Email templates by event type\n- Reminder timings\n- Capacity limits"
      }
    },
    {
      "id": "3",
      "name": "Event Settings",
      "type": "n8n-nodes-base.set",
      "position": [
        440,
        300
      ]
    },
    {
      "id": "4",
      "name": "Validate Registration",
      "type": "n8n-nodes-base.if",
      "position": [
        640,
        300
      ]
    },
    {
      "id": "5",
      "name": "Process Registration",
      "type": "n8n-nodes-base.code",
      "position": [
        840,
        300
      ]
    },
    {
      "id": "6",
      "name": "Send Confirmation Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1040,
        300
      ]
    },
    {
      "id": "7",
      "name": "Wait Until Week Before",
      "type": "n8n-nodes-base.wait",
      "position": [
        1240,
        200
      ]
    },
    {
      "id": "8",
      "name": "Send Week Reminder",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1440,
        200
      ]
    },
    {
      "id": "9",
      "name": "Wait Until Day Before",
      "type": "n8n-nodes-base.wait",
      "position": [
        1640,
        200
      ]
    },
    {
      "id": "10",
      "name": "Send Day Before Reminder",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1840,
        200
      ]
    },
    {
      "id": "11",
      "name": "Wait Until 2h Before",
      "type": "n8n-nodes-base.wait",
      "position": [
        2040,
        200
      ]
    },
    {
      "id": "12",
      "name": "Send Final Reminder",
      "type": "n8n-nodes-base.gmail",
      "position": [
        2240,
        200
      ]
    },
    {
      "id": "13",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2140,
        60
      ],
      "parameters": {
        "width": 240,
        "height": 160,
        "content": "## Post-Event Follow-up\n\n📊 **After event completion:**\n- Thank you email\n- Feedback survey\n- Resource sharing\n- Next event invitations"
      }
    },
    {
      "id": "14",
      "name": "Track Registration",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1040,
        450
      ]
    }
  ],
  "connections": {
    "Event Settings": {
      "main": [
        [
          {
            "node": "Validate Registration",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Week Reminder": {
      "main": [
        [
          {
            "node": "Wait Until Day Before",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Process Registration": {
      "main": [
        [
          {
            "node": "Send Confirmation Email",
            "type": "main",
            "index": 0
          },
          {
            "node": "Track Registration",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait Until 2h Before": {
      "main": [
        [
          {
            "node": "Send Final Reminder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Validate Registration": {
      "main": [
        [
          {
            "node": "Process Registration",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait Until Day Before": {
      "main": [
        [
          {
            "node": "Send Day Before Reminder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait Until Week Before": {
      "main": [
        [
          {
            "node": "Send Week Reminder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Confirmation Email": {
      "main": [
        [
          {
            "node": "Wait Until Week Before",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Day Before Reminder": {
      "main": [
        [
          {
            "node": "Wait Until 2h Before",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Event Registration Webhook": {
      "main": [
        [
          {
            "node": "Event Settings",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}