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

Splitout Code Create Scheduled
View
Syncro Alert to OpsGenie
View
Complete Guide to Setting Up and Generating TOTP Codes in n8n 🔐
View
Code Filter Update Triggered
View
Amazon Ads AI Optimization
View
Splitout Code Automation Webhook
View
Telegram RAG pdf
View
Manual Stickynote Automate Triggered
View
RAG on living data
View
Aggregate Telegram Automation Triggered
View