AutomationFlowsSlack & Telegram › 05 Proactive Employee Sentiment & Churn Risk Alerting

05 Proactive Employee Sentiment & Churn Risk Alerting

02.05 Proactive Employee Sentiment & Churn Risk Alerting. Uses httpRequest, slack. Webhook trigger; 5 nodes.

Webhook trigger★★☆☆☆ complexity5 nodesHTTP RequestSlack
Slack & Telegram Trigger: Webhook Nodes: 5 Complexity: ★★☆☆☆ Added:

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 →

Download .json
{
  "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"
}
Pro

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 →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

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

Slack & Telegram

Fraud Alert Pipeline. Uses emailSend, httpRequest, redis, slack. Webhook trigger; 9 nodes.

Email Send, HTTP Request, Redis +1
Slack & Telegram

Fraud Alert Notification. Uses slack, emailSend, httpRequest. Webhook trigger; 6 nodes.

Slack, Email Send, HTTP Request
Slack & Telegram

🛡️ Jamf Policy Integrity Monitor

Crypto, Data Table, HTTP Request +2
Slack & Telegram

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-

HubSpot, ClickUp, Slack +1
Slack & Telegram

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

Slack, HTTP Request