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 →
{
"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"
}
]
}
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Track how many coffees your Jura E8 espresso machine makes — fully automated via webhook and Google 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
BARIN ALP - Inventory CRUD. Uses googleSheets. Webhook trigger; 9 nodes.
Get Orders API. Uses googleSheets, errorTrigger. Webhook trigger; 8 nodes.
This workflow converts an exported CSV from Squarespace profiles into a Shopify-compatible format for customer import.