π« Zendesk ticket escalation to ClickUp with Telegram alerts
β‘ 105 views Β· π« Ticket Management & Triage
Description
Description
This workflow automates Zendesk ticket escalation by creating ClickUp tasks for urgent cases and notifying the support team in Telegram. It ensures that high-priority tickets are instantly visible to the right team members, avoiding delays in resolution.
What This Template Does (Step-by-Step)
π’ Trigger (Manual Test or Later Zendesk Trigger)
- Currently uses a manual trigger (Execute Workflow) for testing.
- In production, this would start whenever a pending Zendesk ticket appears.
π« Fetch Zendesk Tickets
- Pulls all pending tickets assigned to a group.
- Sorts them by status and date.
π§Ή Select Latest Ticket
- Sorts by created_at and keeps only the newest ticket.
- Outputs: id, subject, description, requester_id, created_at.
π§ Fetch Requester Email
- Retrieves requester details (name, email, timezone) from Zendesk Users API.
π Merge Ticket & Requester Data
- Combines both streams: ticket info + requester info.
- Ensures the ClickUp task payload has everything it needs.
π Prepare ClickUp Task Payload
- Builds a structured task:
- Task Name: [Escalation] {Subject} (Ticket #ID)
- Description: Ticket + requester details + escalation message
- Priority: 3 (default, can be adjusted)
- Tags: zendesk, escalation
π Create ClickUp Task
- Pushes the structured task into ClickUp under the escalation list.
- Assigns it to a predefined team member.
π¨ Format Telegram Alert Message
- Generates a concise but urgent message:
- Ticket subject + ID
- Requester name + email
- Direct ClickUp link
- Adds urgency formatting (π¨ Immediate Attention Required).
π’ Send Telegram Escalation Alert
- Posts the alert into the chosen Telegram chat/team.
- Ensures managers/stakeholders know instantly.
Prerequisites
- Zendesk account + API credentials
- ClickUp account + API credentials
- Telegram bot token & chat ID
- n8n instance (cloud or self-hosted)
Customization Ideas
β‘ Replace manual trigger with Zendesk βTicket Createdβ trigger. π― Add SLA-based conditions (e.g., escalate only if response > 4 hrs). π Auto-assign ClickUp tasks by ticket category. π Add Slack/Email notification along with Telegram. π Store escalation logs into Notion or Google Sheets.
Key Benefits
β Zero delay in handling critical tickets β Automatically creates ClickUp task + Telegram alert β Reduces manual handoff between support β escalation team β Keeps everyone aligned in real-time
Perfect For
π― Support teams needing fast escalations π SaaS companies managing large ticket volumes π Agencies ensuring VIP clients never wait
π Nodes Used
Telegram, Zendesk, ClickUp
π₯ Import
Download workflow.json and import into n8n:
Workflow menu β Import from File