AutomationFlowsData & Sheets › Send Google Drive Files To Notion Database

Send Google Drive Files To Notion Database

Send Google Drive Files To Notion Database. Uses googleDriveTrigger, notion. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesGoogle Drive TriggerNotion
Data & Sheets Trigger: Event Nodes: 2 Complexity: ★☆☆☆☆

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "nodes": [
    {
      "id": "fa143713-0a54-465b-bfeb-cfb180871ab4",
      "name": "On file upload",
      "type": "n8n-nodes-base.googleDriveTrigger",
      "position": [
        240,
        480
      ],
      "parameters": {
        "event": "fileCreated",
        "options": {},
        "pollTimes": {
          "item": [
            {
              "mode": "everyMinute"
            }
          ]
        },
        "triggerOn": "specificFolder",
        "folderToWatch": "1_vYi00lSdzU2p6wGrnW_IqsOblOL-3zG"
      },
      "credentials": {
        "googleDriveOAuth2Api": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "78fe0319-e8bf-4c37-8d49-2cd1d6d084e6",
      "name": "Create database page",
      "type": "n8n-nodes-base.notion",
      "position": [
        440,
        480
      ],
      "parameters": {
        "title": "={{$node[\"On file upload\"].json[\"name\"]}}",
        "resource": "databasePage",
        "databaseId": "d637c796-d33b-4768-b955-55c66a0966b7",
        "propertiesUi": {
          "propertyValues": [
            {
              "key": "File|files",
              "fileUrls": {
                "fileUrl": [
                  {
                    "url": "={{ $json[\"webViewLink\"] }}",
                    "name": "={{ $node[\"On file upload\"].json[\"name\"] }}"
                  }
                ]
              }
            }
          ]
        }
      },
      "credentials": {
        "notionApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 2
    }
  ],
  "connections": {
    "On file upload": {
      "main": [
        [
          {
            "node": "Create database page",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

About this workflow

Send Google Drive Files To Notion Database. Uses googleDriveTrigger, notion. Event-driven trigger; 2 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More Data & Sheets workflows → · Browse all categories →