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": "webhub-activity-stats",
"nodes": [
{
"parameters": {
"path": "webhub/activity",
"httpMethod": "POST",
"responseMode": "onReceived"
},
"name": "Webhook Activity",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
180,
180
]
},
{
"parameters": {
"operation": "append",
"sheetId": "REEMPLAZAR_SHEET_ID",
"range": "Actividad!A:D",
"options": {}
},
"name": "Google Sheets Append",
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4,
"position": [
420,
180
]
}
],
"connections": {
"Webhook Activity": {
"main": [
[
{
"node": "Google Sheets Append",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
webhub-activity-stats. Uses googleSheets. Webhook trigger; 2 nodes.
Source: https://github.com/comarni/webhub/blob/502dd903fd079ab8d284ff16f1f2d8066c47c5a9/automations/activity-stats.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.
Googlesheets Respondtowebhook. Uses respondToWebhook, googleSheets, stickyNote. Webhook trigger; 7 nodes.
This workflow provides Retell agent builders with a simple way to populate dynamic variables using n8n. The workflow fetches user information from a Google Sheet based on the phone number and sends it
This workflow automates customer support for SMEs in five simple steps: Capture requests via a Webhook connected to a contact form. Extract the message to make processing easier. Check categories (e.g
Order Management Workflow. Uses googleSheets. Webhook trigger; 7 nodes.
Googlesheets Respondtowebhook Import Webhook. Uses googleSheets. Webhook trigger; 7 nodes.