Zendesk Unassigned Tickets to Slack Notification
detail.loadingPreview
Fetches unassigned Zendesk tickets and sends a summarized list to a Slack channel.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow is designed to automatically monitor your Zendesk instance for unassigned tickets. It retrieves these tickets, formats their details (ID, status, subject, and direct link), and sends them as a concise message to a designated Slack channel. This helps ensure no unassigned tickets are missed.
Key Features
- Fetches unassigned tickets from Zendesk.
- Formats ticket information including ID, status, subject, and agent link.
- Sends formatted notifications to a Slack channel.
- Can be triggered manually or on a schedule (though scheduled trigger is commented out in provided snippet).
- Includes basic error handling.
How To Use
- Import the workflow into your n8n instance.
- Configure the Zendesk API credentials.
- Configure the Slack API credentials.
- Set the
channelparameter in the Slack node to your desired channel (e.g., 'jarvis-test'). - Adjust the Zendesk query in the Zendesk node if needed (current query: 'assignee:none status<pending').
- Manually execute the workflow or set up a Cron node for scheduled execution.
Apps Used
Workflow JSON
{
"id": "14d425cf-ea74-4176-960d-23b9223e8e28",
"name": "Zendesk Unassigned Tickets to Slack Notification",
"nodes": 0,
"category": "Community Contributed",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 14d425cf-ea74...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Create a Zendesk Ticket
Automatically creates a ticket in Zendesk when manually triggered.
G2 Reviews Monitor (Unverified)
Monitors G2 reviews for new submissions and notifies via Slack, while also recording them in Google Sheets.
Create User Profile in Vero
Automates the creation of user profiles within the Vero platform.
Community Contributed News Extraction (Unverified)
Extracts news posts from a website without an RSS feed, filters them by date, summarizes their content, and extracts relevant keywords.
Get PDF with JSReport
Generate PDFs from form input using JSReport.
Community Blog Automation
Automate blog post creation and updates using Google Sheets and WordPress.