This workflow follows the Google Sheets → Slack recipe pattern — see all workflows that pair these two integrations.
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": "TraitFlow Notify",
"nodes": [
{
"parameters": {
"path": "traitflow",
"responseMode": "lastNode",
"options": {
"responseCode": 200,
"responseData": "lastNode",
"responseContentType": "application/json"
}
},
"id": "Webhook",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
300,
300
]
},
{
"parameters": {
"channel": "#traitflow-alerts",
"text": "User {{$json.user_id}} asked: {{$json.query}}\nAnswer: {{$json.answer}}\nLatency: {{$json.stats.latency_ms}} ms"
},
"id": "Slack",
"name": "Slack",
"type": "n8n-nodes-base.slack",
"typeVersion": 1,
"position": [
600,
200
],
"credentials": {
"slackApi": "<your credential>"
}
},
{
"parameters": {
"sheetId": "YOUR_SHEET_ID",
"range": "Responses!A:C",
"options": {},
"values": [
[
"={{$json.user_id}}",
"={{$json.query}}",
"={{$json.answer}}"
]
]
},
"id": "Sheets",
"name": "Google Sheets",
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 3,
"position": [
600,
400
],
"credentials": {
"googleApi": "<your credential>"
}
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Slack",
"type": "main",
"index": 0
},
{
"node": "Google Sheets",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
googleApislackApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
TraitFlow Notify. Uses slack, googleSheets. Webhook trigger; 3 nodes.
Source: https://github.com/k-naruse3209/trait-flow-mvp/blob/eba6c6cfa19e1fd2b19f3060f1b79a5b2b794341/n8n/flows/notify.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.
This workflow is a production-ready Meta Ads Webhook dispatcher for the Ad Account object. It receives webhook deliveries from Meta, returns the required acknowledgement, routes events by , logs them
A cornerstone of your Order Management System, this workflow ensures seamless inventory control through fully automated stock checks, leading to a direct reduction in operational costs. It provides re
OTDR Vodafone Alerts. Uses emailSend, slack, googleSheets. Webhook trigger; 9 nodes.
Automates error detection and notification to prevent production downtime. Monitors incoming webhooks, filters critical errors, and triggers alerts or bug reports. Ensures rapid response to critical i
This n8n workflow ensures instant notifications to parents and staff during school emergencies. It processes incoming alerts via webhooks, filters active emergencies, and sends notifications through e