zendesk

Automate Zendesk ticket reading, drafting, notes, status updates, and searches.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/combinate-me/Executive-Assistant --skill zendesk-combinate-me
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zendesk
Source: https://github.com/combinate-me/Executive-Assistant/tree/main/combinate-plugins/skills/08-Support/zendesk
Command: npx skills add https://github.com/combinate-me/Executive-Assistant --skill zendesk-combinate-me

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Zendesk ticket management is time-consuming and error-prone when handled manually. This Skill automates common Zendesk operations inside Combinate's workflow, reducing manual touchpoints and speeding responses.

Core Features & Use Cases

  • Read ticket details and statuses, draft replies, add internal notes, and update ticket state.
  • Search tickets by requester or keyword to accelerate triage and resolution.
  • Maintain consistent customer communications with draft responses and internal notes.

Quick Start

Draft a public reply to a ticket and update its status to open.

Frequently Asked Questions about zendesk

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

FAQPage Schema
How do I automate Zendesk ticket management and response drafting?

Automate Zendesk ticket management by reading ticket details, drafting customer replies, adding internal notes, and updating ticket statuses programmatically. This workflow reduces manual touchpoints and accelerates support response times.

Do I need a Zendesk API key to automate ticket workflows end-to-end?

Yes, automating Zendesk ticket workflows requires a ZENDESK_API_KEY and ZENDESK_URL stored in your environment. The automation uses basic authentication with your email and token to access ticket, comment, and user endpoints.

How do I search Zendesk tickets by requester or keyword to accelerate triage?

Search Zendesk tickets by requester or keyword to accelerate triage and resolution. This automated workflow supports searching across multiple tickets to quickly find and address relevant customer support inquiries.

Can I draft replies and add internal notes to Zendesk tickets automatically?

Yes, you can draft public replies and add internal notes to Zendesk tickets automatically. This maintains consistent customer communications while keeping internal context updated without manual data entry.

What is the best way to update Zendesk ticket status and state in an automated workflow?

Update Zendesk ticket status and state programmatically within an automated support workflow. You can read ticket details, apply status changes, and update ticket state while handling endpoint errors using provided guidance.

Are there limitations when using basic authentication for Zendesk API ticket automation?

Zendesk API ticket automation uses basic authentication with an email and token combination. Limitations include dependency on environment-stored credentials and the need to handle potential endpoint errors for tickets, comments, and users as guided.