This enterprise-grade n8n workflow automates the Instagram complaint handling process — from detection to resolution — using Claude AI, dynamic ticket assignment, and SLA enforcement. It converts customer complaints in comments into actionable support tickets with auto-assignment, escalation alerts, and full audit trails, ensuring timely responses and improved customer satisfaction with zero manual intervention.
| Step | Node | Description |
|---|---|---|
| 1 | Schedule Trigger | Runs every 15 minutes or via webhook (/complaint-handler) |
| 2 | Get Instagram Posts | Fetches recent posts from Instagram Graph API |
| 3 | Get Comments | Retrieves comments for the latest post |
| 4 | Loop Over Comments | Processes each comment individually to avoid rate limits |
| 5 | Detect Complaint (Claude AI) | Uses AI to classify if complaint, extract issue/severity |
| 6 | IF Complaint | Branches: Proceed if yes, end if no |
| 7 | Get Team Members | Loads team roster from TeamMembers sheet |
| 8 | Assign Ticket | Sets assignee via round-robin logic |
| 9 | Create Ticket (Google Sheet) | Appends new ticket with details and SLA due date |
| 10 | Notify Assignee (Slack) | Alerts assigned team member |
| 11 | Wait for SLA Check | Delays to near-SLA-breach point (e.g., 20 hours) |
| 12 | Check Ticket Status | Looks up ticket status in sheet |
| 13 | IF SLA Breach Near | Checks if unresolved; escalates if yes |
| 14 | Escalate to Manager (Slack) | Notifies manager for urgent action |
| 15 | End (Non-Complaint Path) | Terminates non-complaint branches |
| Integration | Details |
|---|---|
| Instagram API | Access token from Facebook Developer Portal |
| Claude AI | Anthropic API key for claude-3-5-sonnet-20241022 |
| Google Sheets | Service account with spreadsheet access |
| Slack | Webhook or OAuth app |
Ensure your Google Sheets include:
SupportTicketsTeamMembers/webhook/complaint-handler (for real-time Instagram notifications if set up)Use manual execution to confirm:
| ticketId | commentText | user | createdAt | assignedTo | status | slaDue | issueType | severity |
|---|---|---|---|---|---|---|---|---|
| TKT-12345678 | Sample complaint text | user123 | 2023-10-01T12:00:00Z | [email protected] | Open | 2023-10-02T12:00:00Z | Product Issue | Medium |
| name | |
|---|---|
| John Doe | [email protected] |
| Jane Smith | [email protected] |
| Requirement | Version/Access |
|---|---|
| n8n | v1.50+ (AI integrations supported) |
| Claude AI API | claude-3-5-sonnet-20241022 |
| Instagram Graph API | Business account access token |
| Google Sheets API | https://www.googleapis.com/auth/spreadsheets |
| Slack Webhook | Required for notifications |
Result:
A single automated system that detects, tickets, assigns, and enforces SLAs on Instagram complaints — with full AI intelligence and zero manual work.
Explore More AI Workflows: Get in touch with us for custom n8n automation!