{
  "name": "Google Sheets to Email Notification",
  "nodes": [
    {
      "parameters": {
        "pollTimes": {
          "item": [{"mode": "everyMinute"}]
        },
        "documentId": {
          "value": "your-spreadsheet-id"
        },
        "sheetName": {
          "value": "Sheet1"
        },
        "event": "rowAdded"
      },
      "id": "d4e5f6a7-b8c9-0123-defa-234567890123",
      "name": "Google Sheets Trigger",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "typeVersion": 1,
      "position": [250, 300]
    },
    {
      "parameters": {
        "sendTo": "={{ $json.Email }}",
        "subject": "=Welcome {{ $json.Name }} - Your registration is confirmed",
        "message": "=<h2>Hi {{ $json.Name }},</h2><p>Thank you for registering. We have received your information:</p><ul><li><strong>Email:</strong> {{ $json.Email }}</li><li><strong>Phone:</strong> {{ $json.Phone }}</li></ul><p>We will contact you shortly.</p>",
        "options": {
          "appendAttribution": false
        }
      },
      "id": "e5f6a7b8-c9d0-1234-efab-345678901234",
      "name": "Send Gmail",
      "type": "n8n-nodes-base.gmail",
      "typeVersion": 2.1,
      "position": [500, 300]
    }
  ],
  "connections": {
    "Google Sheets Trigger": {
      "main": [[{"node": "Send Gmail", "type": "main", "index": 0}]]
    }
  },
  "settings": {"executionOrder": "v1"},
  "staticData": null,
  "tags": []
}
