This workflow follows the HTTP Request → 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": "02.05 Proactive Employee Sentiment & Churn Risk Alerting",
"nodes": [
{
"parameters": {
"path": "webhook-02-05"
},
"id": "1eef6245-3c5f-45eb-a15c-265c4ac298b9",
"name": "Webhook Trigger",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
200,
300
]
},
{
"parameters": {
"content": "## Proactive Employee Sentiment & Churn Risk Alerting\n\n**The Problem:**\nHR often finds out about low team morale or cultural issues too late, resulting in costly employee turnover that could have been prevented.",
"height": 200,
"width": 600
},
"id": "0fd794dd-327f-4b7f-93d5-17671a28b2ac",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
200,
50
]
},
{
"parameters": {},
"id": "29e87ebc-8e16-4d9b-a138-4ba220caa59a",
"name": "Culture Amp",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
450,
300
]
},
{
"parameters": {},
"id": "9f1b55c4-392d-4454-b51e-03ff8c728432",
"name": "Outlook",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
700,
300
]
},
{
"parameters": {},
"id": "3171e826-6d40-4730-aac4-9c7b8cbb9609",
"name": "Slack/Teams",
"type": "n8n-nodes-base.slack",
"typeVersion": 1,
"position": [
950,
300
]
}
],
"connections": {
"Webhook Trigger": {
"main": [
[
{
"node": "Culture Amp",
"type": "main",
"index": 0
}
]
]
},
"Culture Amp": {
"main": [
[
{
"node": "Outlook",
"type": "main",
"index": 0
}
]
]
},
"Outlook": {
"main": [
[
{
"node": "Slack/Teams",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"versionId": "f5a3fdf5-640f-4958-9ccd-d82d69bee4c4"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
02.05 Proactive Employee Sentiment & Churn Risk Alerting. Uses httpRequest, slack. Webhook trigger; 5 nodes.
Source: https://github.com/avuzmal/n8n.automation/blob/main/workflows/02_05_proactive_employee_sentiment_churn_risk_alerting.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.
Fraud Alert Pipeline. Uses emailSend, httpRequest, redis, slack. Webhook trigger; 9 nodes.
Fraud Alert Notification. Uses slack, emailSend, httpRequest. Webhook trigger; 6 nodes.
🛡️ Jamf Policy Integrity Monitor
This workflow automatically detects at-risk customers by listening for inactivity signals from Mixpanel, scoring their churn risk, syncing everything to HubSpot, creating a prioritized ClickUp follow-
File Hash Reputation Checker is a security automation workflow that validates file hashes (MD5, SHA1, SHA256) and checks their reputation using the VirusTotal API. It is designed for SOC teams, securi