{
  "name": "Import CSV contacts to Notion database from Google Drive",
  "nodes": [
    {
      "id": "2f4ecc20-184c-4dc4-8232-bc8ba6ecf261",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "135651f9-845e-4935-a1ae-cc83e8a1f845",
      "name": "Download file",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "a5a78379-862f-4677-a541-0c1a41fe1eef",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        620,
        0
      ]
    },
    {
      "id": "d0578f34-fa9c-4576-a1df-a54961edc5b6",
      "name": "Create a database page",
      "type": "n8n-nodes-base.notion",
      "position": [
        840,
        0
      ]
    },
    {
      "id": "d6c9769e-41ea-4c82-879d-9a4a048660c7",
      "name": "Extract from File",
      "type": "n8n-nodes-base.extractFromFile",
      "position": [
        420,
        0
      ]
    },
    {
      "id": "a376d074-930d-4e38-b33f-0e5b51a1f13d",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        220,
        200
      ],
      "parameters": {
        "width": 500,
        "height": 280,
        "content": "## How to use\n1. Get a .csv file with your contacts (you can download this from any contact manager app)\n2. Set API key for Google Drive API, and Notion (you need to create a \"connection\" in Notion)\n3"
      }
    }
  ],
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "Create a database page",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Download file": {
      "main": [
        [
          {
            "node": "Extract from File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract from File": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Download file",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}