Workflow: GoogleSheets Webhook Automate

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "Google Sheets",
            "type": "n8n-nodes-base.googleSheets",
            "position": [
                700,
                300
            ],
            "parameters": {
                "range": "Problems!A:D",
                "options": [],
                "sheetId": "17fzSFl1BZ1njldTfp5lvh8HtS0-pNXH66b7qGZIiGRU"
            },
            "credentials": {
                "googleApi": ""
            },
            "typeVersion": 1
        },
        {
            "name": "Webhook",
            "type": "n8n-nodes-base.webhook",
            "position": [
                500,
                300
            ],
            "parameters": {
                "path": "webhook",
                "options": [],
                "responseData": "allEntries",
                "responseMode": "lastNode"
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "Webhook": {
            "main": [
                [
                    {
                        "node": "Google Sheets",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Code Filter Create Scheduled
View
Manual Stickynote Create Webhook
View
HTTP Gitlab Automation Webhook
View
Telegram Webhook Send Webhook
View
Chat with Google Sheet
View
Load Prompts from Github Repo and auto populate n8n expressions
View
Splitout GoogleCalendar Send Webhook
View
Code Filter Send Webhook
View
HTTP Discord Import Scheduled
View
Two Way Sync Pipedrive and MySQL
View