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 →
{
"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.
googleDriveOAuth2ApinotionApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This workflow sends a file to a Notion database of your choosing when a new file is created in a specific Google Drive folder. Notion account and Notion credentials. Google account and Google credenti
Whisper Transkription copy. Uses googleDriveTrigger, googleDrive, notion, openAi. Event-driven trigger; 8 nodes.
Whisper Transkription copy. Uses googleDriveTrigger, googleDrive, notion, openAi. Event-driven trigger; 8 nodes.
Humanticai Calendly. Uses notion, humanticAi, calendlyTrigger. Event-driven trigger; 4 nodes.
Transf Meeting Booking Into Notion S Task With Verified Information. Uses notion, dropcontact, calendlyTrigger. Event-driven trigger; 3 nodes.