AutomationFlowsData & Sheets › Webhook → Google Sheets Logger

Webhook → Google Sheets Logger

Webhook → Google Sheets Logger. Uses googleSheets. Webhook trigger; 4 nodes.

Webhook trigger★★☆☆☆ complexity4 nodesGoogle Sheets
Data & Sheets Trigger: Webhook Nodes: 4 Complexity: ★★☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "Webhook \u2192 Google Sheets Logger",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "log",
        "responseMode": "responseNode",
        "options": {}
      },
      "id": "aaaa0000-1111-4a01-8b01-0000000000aa",
      "name": "POST /log",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [
        -360,
        0
      ]
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "f-ts",
              "name": "received_at",
              "value": "={{ $now.toISO() }}",
              "type": "string"
            },
            {
              "id": "f-name",
              "name": "name",
              "value": "={{ $json.body.name }}",
              "type": "string"
            },
            {
              "id": "f-email",
              "name": "email",
              "value": "={{ $json.body.email }}",
              "type": "string"
            },
            {
              "id": "f-msg",
              "name": "message",
              "value": "={{ $json.body.message }}",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "id": "bbbb0000-2222-4b02-9c02-0000000000bb",
      "name": "Shape Row",
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        -140,
        0
      ]
    },
    {
      "parameters": {
        "operation": "append",
        "documentId": {
          "__rl": true,
          "value": "",
          "mode": "id"
        },
        "sheetName": {
          "__rl": true,
          "value": "Sheet1",
          "mode": "name"
        },
        "columns": {
          "mappingMode": "autoMapInputData",
          "value": {},
          "matchingColumns": []
        },
        "options": {}
      },
      "id": "cccc0000-3333-4c03-ad03-0000000000cc",
      "name": "Append Row",
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.5,
      "position": [
        80,
        0
      ]
    },
    {
      "parameters": {
        "respondWith": "json",
        "responseBody": "={{ { \"status\": \"logged\" } }}",
        "options": {}
      },
      "id": "dddd0000-4444-4d04-be04-0000000000dd",
      "name": "Respond OK",
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 1.1,
      "position": [
        300,
        0
      ]
    }
  ],
  "connections": {
    "POST /log": {
      "main": [
        [
          {
            "node": "Shape Row",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Shape Row": {
      "main": [
        [
          {
            "node": "Append Row",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Append Row": {
      "main": [
        [
          {
            "node": "Respond OK",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "tags": [
    {
      "name": "logging"
    }
  ]
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Webhook → Google Sheets Logger. Uses googleSheets. Webhook trigger; 4 nodes.

Source: https://github.com/AkuchiS/n8n-templates/blob/main/webhook-to-google-sheets-logger.json — original creator credit. Request a take-down →

More Data & Sheets workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Data & Sheets

Track how many coffees your Jura E8 espresso machine makes — fully automated via webhook and Google Sheets.

Google Sheets
Data & Sheets

This workflow receives a document via a secure webhook, uploads it to Parseur for parsing, polls Parseur until the parsing completes or times out, and returns either the extracted JSON result or a str

N8N Nodes Parseur, Google Sheets
Data & Sheets

BARIN ALP - Inventory CRUD. Uses googleSheets. Webhook trigger; 9 nodes.

Google Sheets
Data & Sheets

Get Orders API. Uses googleSheets, errorTrigger. Webhook trigger; 8 nodes.

Google Sheets, Error Trigger
Data & Sheets

This workflow converts an exported CSV from Squarespace profiles into a Shopify-compatible format for customer import.

Google Sheets