AutomationFlowsGeneral › Google Drive Update → Onfleet Task

Google Drive Update → Onfleet Task

Original n8n title: Create an Onfleet Task When a File in Google Drive Is Updated

Create an Onfleet task when a file in Google Drive is updated. Uses googleDriveTrigger, onfleet. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesGoogle Drive TriggerOnfleet
General Trigger: Event Nodes: 2 Complexity: ★☆☆☆☆ Added:

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
{
  "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
          }
        ]
      ]
    }
  }
}
Pro

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 →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Get Email Notifications For Newly Uploaded Google Drive Files. Uses googleDriveTrigger, emailSend. Event-driven trigger; 2 nodes.

Google Drive Trigger, Email Send
General

This workflow sends out email notifications when a new file has been uploaded to Google Drive.

Google Drive Trigger, Email Send
General

Code Filter. Uses stickyNote, googleDrive, noOp, googleDriveTrigger. Event-driven trigger; 20 nodes.

Google Drive, Google Drive Trigger
General

Purpose: Automate the process of finding and managing duplicate files in your Google Drive.

Google Drive, Google Drive Trigger
General

Remove Advanced Background from Google Drive Images. Uses httpRequest, splitOut, googleDrive, editImage. Event-driven trigger; 16 nodes.

HTTP Request, Google Drive, Edit Image +1