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 →
{
"name": "Create an Onfleet task when a file in Google Drive is updated",
"nodes": [
{
"name": "Google Drive Trigger",
"type": "n8n-nodes-base.googleDriveTrigger",
"position": [
460,
300
],
"parameters": {
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"triggerOn": "specificFile",
"fileToWatch": "<some_id>"
},
"typeVersion": 1
},
{
"name": "Onfleet",
"type": "n8n-nodes-base.onfleet",
"position": [
680,
300
],
"parameters": {
"operation": "create",
"additionalFields": {}
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"Google Drive Trigger": {
"main": [
[
{
"node": "Onfleet",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Create an Onfleet task when a file in Google Drive is updated. Uses googleDriveTrigger, onfleet. 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.
Get Email Notifications For Newly Uploaded Google Drive Files. Uses googleDriveTrigger, emailSend. Event-driven trigger; 2 nodes.
This workflow sends out email notifications when a new file has been uploaded to Google Drive.
Code Filter. Uses stickyNote, googleDrive, noOp, googleDriveTrigger. Event-driven trigger; 20 nodes.
Purpose: Automate the process of finding and managing duplicate files in your Google Drive.
Remove Advanced Background from Google Drive Images. Uses httpRequest, splitOut, googleDrive, editImage. Event-driven trigger; 16 nodes.