AutomationFlowsGeneral › Create an Onfleet task when a file in Google Drive is updated

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: ★☆☆☆☆

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
          }
        ]
      ]
    }
  }
}

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 →