zendesk-ticket

Retrieve Zendesk ticket metadata and full comment threads with attachments.

Updated Jan 7, 2024
One-click install
npx skills add https://github.com/martinjlowm/nixfiles --skill zendesk-ticket
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zendesk-ticket
Source: https://github.com/martinjlowm/nixfiles/tree/main/config/claude/skills/zendesk-ticket
Command: npx skills add https://github.com/martinjlowm/nixfiles --skill zendesk-ticket

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Zendesk support tickets can be hard to review quickly because you need the full conversation thread plus any attachments, including internal notes and evidence files, in order to diagnose issues effectively.

Core Features & Use Cases

  • Full ticket conversation retrieval: Fetch ticket metadata and the complete comment thread, including public and internal notes when requested with the appropriate flag.
  • Attachment discovery and download: Identify attachments from ticket comments and download them for investigation using authenticated requests.
  • Automatic attachment inspection by file type: Proactively process images, PDFs, text/logs, archives, and video by extracting frames and summarizing or highlighting relevant details.

Quick Start

Run zendesk-ticket 12345 to view the ticket’s full comment thread and attachment details for investigation.

Frequently Asked Questions about zendesk-ticket

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve the full comment thread and internal notes from a Zendesk ticket for issue investigation?

To retrieve a Zendesk ticket comment thread, you can use a tool that fetches ticket metadata and all public and internal notes by providing your Zendesk subdomain, agent email, and a valid API token.

Can I download and inspect attachments from Zendesk ticket comments automatically?

Yes, you can download Zendesk ticket attachments using authenticated requests and automatically inspect them, with specific processing for images, PDFs, text logs, archives, and video frame extraction.

What credentials do I need to fetch Zendesk ticket metadata and conversation history via API?

To fetch Zendesk ticket metadata and conversation history, you need your specific Zendesk subdomain, an active agent email address, and a valid Zendesk API token configured for authenticated access.

Does this approach support extracting video frames and summarizing evidence files attached to support tickets?

Yes, this ticket analysis approach proactively processes support ticket attachments by extracting video frames and summarizing relevant details from images, PDFs, text logs, and archives for investigation.

What is the best way to analyze a complete Zendesk support ticket including its JSON output and attachment handling requirements?

The best way to analyze a complete Zendesk support ticket is to fetch the metadata and full comment thread as JSON output, which prepares the conversation content and attachment handling requirements for downstream analysis.

Can I use a Zendesk ticket URL instead of a numeric ticket ID to pull the full conversation thread?

Yes, you can use either a numeric ticket ID or a direct Zendesk ticket URL to pull the full conversation thread and metadata required for customer conversation review and issue diagnosis.