For IT Support Technician / Help Desk Analysts ·
What you'll accomplish
By the end of this guide, you'll have an automated pipeline that handles the 3-5 ticket types that consume most of your time — password resets, account unlocks, software access requests, and VPN troubleshooting — without requiring you to touch them. Users get faster resolution (minutes instead of hours), you reclaim 1-2 hours per day for complex work, and your ticket metrics improve without extra headcount.
What you'll need
Your ticketing system needs to push new ticket data to Zapier.
For ServiceNow:
For Jira Service Management:
For Zendesk:
https://api.anthropic.com/v1/messagesx-api-key: [your Claude API key], anthropic-version: 2023-06-01, content-type: application/json{
"model": "claude-haiku-4-5-20251001",
"max_tokens": 500,
"messages": [{
"role": "user",
"content": "Classify this IT support ticket and respond with ONLY valid JSON.\n\nTicket: {{ticket_summary}} - {{ticket_description}}\n\nClassify as one of:\n- PASSWORD_RESET: user can't log in, forgot password, password expired\n- ACCOUNT_UNLOCK: account locked after failed attempts\n- SOFTWARE_ACCESS: needs access to specific software/system\n- VPN_ISSUE: can't connect to VPN\n- PRINTER_ISSUE: printer not working\n- OTHER: anything else\n\nRespond with JSON only:\n{\"category\": \"CATEGORY\", \"confidence\": 0.0-1.0, \"urgency\": \"low|medium|high\", \"suggested_first_step\": \"one sentence\"}"
}]
}
Add a Filter or Paths step in Zapier:
Path A: Auto-resolve (high confidence password reset / account unlock)
Path B: AI-assisted triage (everything else)
For password resets (requires careful security design — confirm with your IT security team):
Option 1: Self-service link (safest)
Option 2: Trigger a runbook via webhook (for environments with automation platforms)
Email template for auto-response:
Subject: Re: [Ticket #{{id}}] Password Reset — Action Required
Hi {{reporter_name}},
We received your password reset request. You can reset your password immediately using our self-service portal:
[RESET URL]
This works 24/7 and takes about 2 minutes. Your new password will work immediately.
If you're locked out and can't access the portal, call the help desk at [phone] and we'll reset it manually.
Your ticket #{{id}} will be closed automatically once you reset your password.
IT Help Desk
For all other tickets, add intelligence before an analyst sees it:
You are an IT support triage assistant. Analyze this ticket and provide structured notes for the analyst.
Ticket: {{summary}} - {{description}}
Reporter: {{reporter_name}}
Environment: Windows 11, Active Directory, M365, Cisco AnyConnect VPN
Respond with JSON:
{
"likely_cause": "most probable cause in 1 sentence",
"first_3_steps": ["step 1", "step 2", "step 3"],
"estimated_resolution_time": "5 min|15 min|30 min|60+ min",
"tier_2_escalation_likely": true/false,
"kb_search_terms": ["term1", "term2", "term3"]
}
[AI TRIAGE - DO NOT SEND TO USER]
Likely cause: {{claude_likely_cause}}
First steps to try:
1. {{step_1}}
2. {{step_2}}
3. {{step_3}}
Estimated time: {{resolution_time}}
Tier 2 likely: {{escalation_flag}}
KB search terms: {{kb_terms}}
Before going live:
Week 1-2 post-launch: