{
  "name": "Auto-update Notion CRM and send email from Google Form submissions",
  "nodes": [
    {
      "id": "874bbb57-4176-4510-a93e-56ae2e62385c",
      "name": "Google Sheets Trigger",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "0a758a17-4a1f-4471-bc29-fe40c0c8ef65",
      "name": "Notion",
      "type": "n8n-nodes-base.notion",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "41f680b1-0ec1-4f01-a0d5-158c4a3c886f",
      "name": "Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        440,
        0
      ]
    },
    {
      "id": "a2bfe145-6174-4566-880a-a925363b368f",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -120,
        -280
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Notion": {
      "main": [
        [
          {
            "node": "Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets Trigger": {
      "main": [
        [
          {
            "node": "Notion",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}