Workflow: Onfleet GoogleDrive Create

Workflow Details

Download Workflow
{
    "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
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

agente
View
Upload video to drive via google script
View
[2/2] KNN classifier (lands dataset)
View
Splitout Code Create Webhook
View
Motion-illustration Workflow Generated with Midjourney and Kling API
View
Create Threads on Bluesky
View
Create a channel, invite users to the channel, post a message, and upload a file
View
Manual HTTP Automation Webhook
View
Strapi Webhook Automation Webhook
View
Splitout Webhook Automation Webhook
View