{
  "name": "Instant Gmail notifications for Google Form submissions",
  "nodes": [
    {
      "id": "c07717f4-b7b0-4628-a71d-0eb1016934fd",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        64,
        -320
      ],
      "parameters": {
        "width": null,
        "height": 176,
        "content": "## Required\n\n\n- Google account\n- Google Form\n- Google Sheet linked to the form"
      }
    },
    {
      "id": "7d6c113d-07c0-4808-87a0-a0dd999fa45c",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        768,
        -320
      ],
      "parameters": {
        "width": 560,
        "height": 848,
        "content": "## 2. Send the email\n\nThe code node, will create the message and gather all the informations wanted about the row newly added. So you'll get a new message with the new informations.\n\n\nHow to setup:\n- "
      }
    },
    {
      "id": "33e3c6da-fa71-4882-95da-fcb6c3380f83",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        336,
        -320
      ],
      "parameters": {
        "width": 416,
        "height": 848,
        "content": "## 1.Workflow trigger et data gathering\n\nThe workflow is **triggered automatically** as soon as a new request is received (a new row in the Google sheet from the Google Form). \n\nHow to setup:\n- Set up"
      }
    },
    {
      "id": "6fb8f4e7-0e51-4c54-a5e9-55c75b77fcb8",
      "name": "Email generation",
      "type": "n8n-nodes-base.code",
      "position": [
        832,
        0
      ]
    },
    {
      "id": "21ee131e-0206-4244-b16a-a5124a786b9b",
      "name": "Trigger when a row is added",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        416,
        0
      ]
    },
    {
      "id": "95b749c3-12fa-4c8c-a946-2e4177908847",
      "name": "Instant email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1040,
        0
      ]
    }
  ],
  "connections": {
    "Email generation": {
      "main": [
        [
          {
            "node": "Instant email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Trigger when a row is added": {
      "main": [
        [
          {
            "node": "Email generation",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}