{
  "name": "Create an Onfleet task when a file in Google Drive is updated",
  "nodes": [
    {
      "id": null,
      "name": "Google Drive Trigger",
      "type": "n8n-nodes-base.googleDriveTrigger",
      "position": [
        460,
        300
      ]
    },
    {
      "id": null,
      "name": "Onfleet",
      "type": "n8n-nodes-base.onfleet",
      "position": [
        680,
        300
      ]
    }
  ],
  "connections": {
    "Google Drive Trigger": {
      "main": [
        [
          {
            "node": "Onfleet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}