Description
Automatically detect customer churn risks from Zendesk tickets, log them into Google Sheets for tracking, and send instant Slack alerts to your customer success team. This workflow helps you spot unhappy customers early and take proactive action to reduce churn. ๐จ๐๐ฌ
What This Template Does
- Fetches Zendesk tickets daily on schedule (8:00 PM). โฐ
- Processes and formats ticket data into clean JSON (priority, age, urgency). ๐ง
- Identifies churn risks based on negative satisfaction ratings. โ ๏ธ
- Logs churn risk tickets into Google Sheets for analysis and reporting. ๐
- Sends formatted Slack alerts with ticket details to the CS team channel. ๐ข
Key Benefits
- Detects unhappy customers before they churn. ๐จ
- Centralized churn tracking for reporting and team reviews. ๐งพ
- Proactive alerts to reduce response delays. โฑ๏ธ
- Clean, structured ticket data for analytics and filtering. ๐
- Strengthens customer success strategy with real-time visibility. ๐
Features
- Schedule Trigger โ Runs every weekday at 8:00 PM. ๐๏ธ
- Zendesk Integration โ Fetches all tickets automatically. ๐ซ
- Smart Data Processing โ Adds ticket age, urgency, and priority mapping. ๐งฎ
- Churn Risk Filter โ Flags tickets with negative satisfaction scores. ๐ฉ
- Google Sheets Logging โ Saves churn risk details with metadata. ๐
- Slack Alerts โ Sends formatted messages with ID, subject, rating, and action steps. ๐ฌ
Requirements
- n8n instance (cloud or self-hosted).
- Zendesk API credentials with ticket read access.
- Google Sheets OAuth2 credentials with write permissions.
- Slack Bot API credentials with channel posting permissions.
- Pre-configured Google Sheet for churn risk logging.
Target Audience
- Customer Success teams monitoring churn risk. ๐ฉโ๐ป
- SaaS companies tracking customer health. ๐
- Support managers who want proactive churn alerts. ๐ ๏ธ
- SMBs improving retention through automation. ๐ข
- Remote CS teams needing instant notifications. ๐
Step-by-Step Setup Instructions
- Connect your Zendesk, Google Sheets, and Slack credentials in n8n. ๐
- Update the Schedule Trigger (default: daily at 8:00 PM) if needed. โฐ
- Replace the Google Sheet ID with your churn risk tracking sheet. ๐
- Confirm the Slack channel ID for alerts (default: zendesk-churn-alerts). ๐ฌ
- Adjust churn filter logic (default: satisfaction_score = "bad"). ๐ฏ
- Run a test to fetch Zendesk tickets and validate Sheets + Slack outputs. โ