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

Social Media AI Agent - Telegram
View
Line Chatbot Handling AI Responses with Groq and Llama3
View
My workflow 4
View
Send updates about the position of the ISS every minute to a topic in Kafka
View
✍️🌄 Your First Wordpress Content Creator - Quick Start
View
Extract personal data with a self-hosted LLM Mistral NeMo
View
Code Filter Send Webhook
View
Create a channel, add a member, and post a message to the channel
View
Get messages with a certain label, remove the label, and add a new one
View
Get Comments from Facebook Page
View