zendesk-automation

Automate Zendesk ticket, user, organization, and reply management via Composio's Zendesk toolkit.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/dr-code/beacon --skill zendesk-automation-dr-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zendesk-automation
Source: https://github.com/dr-code/beacon/tree/main/plugins/all-skills/skills/zendesk-automation
Command: npx skills add https://github.com/dr-code/beacon --skill zendesk-automation-dr-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates repetitive Zendesk operations so support teams can find, create, update, reply to, and manage tickets, users, and organizations without manual API exploration or shredding workflows across multiple tools.

Core Features & Use Cases

  • List & Search Tickets: Paginated listing and detailed retrieval to find open or specific tickets by priority, status, or ID.
  • Create & Update Tickets: Create new tickets, safely update fields using safe_update with updated_stamp, and merge tags to avoid accidental replacement.
  • Reply to Tickets: Add public replies or internal notes and optionally update ticket status in the same action.
  • User & Organization Management: Search and upsert users, create organizations, and manage organization domains for automatic user association.
  • Operational Guidance: Includes prerequisites and pitfalls such as using RUBE_SEARCH_TOOLS first, ensuring an ACTIVE Zendesk connection through RUBE_MANAGE_CONNECTIONS, respecting pagination, and handling rate limits.

Quick Start

List all open Zendesk tickets assigned to me sorted by priority using the zendesk-automation skill.

Frequently Asked Questions about zendesk-automation

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

FAQPage Schema
How do I automate Zendesk ticket replies and updates?

Automate Zendesk ticket replies by adding public replies or internal notes and optionally updating ticket status in the same action. This requires an active Rube MCP connection and an authenticated Zendesk toolkit connection.

Can I safely update Zendesk tickets without overwriting existing tags?

Yes, you can safely update Zendesk tickets using the safe_update parameter with an updated_stamp for concurrency control. This process merges tags to prevent accidental replacement of existing data.

What do I need to connect Zendesk to Rube MCP for ticket management?

You need an active Rube MCP connection and an authenticated Zendesk toolkit connection. Use RUBE_MANAGE_CONNECTIONS to ensure the Zendesk connection is ACTIVE before listing or searching tickets.

How do I search and create Zendesk users and organizations?

Search and upsert Zendesk users, create organizations, and manage organization domains for automatic user association. This requires an authenticated Zendesk toolkit connection through Rube MCP and respects pagination endpoints.

Does this Zendesk automation tool support paginated ticket listing?

Yes, this Zendesk automation supports paginated listing using page and per_page endpoints to find open or specific tickets by priority, status, or ID. You must respect pagination and handle rate limits during retrieval.

Why does my Zendesk ticket search return no results via Rube MCP?

Your Zendesk ticket search may return no results if the toolkit connection is not ACTIVE. Use RUBE_SEARCH_TOOLS first to verify available actions, then ensure an authenticated Zendesk connection through RUBE_MANAGE_CONNECTIONS.