What can you do with it?
Manage your customer support operations with Zendesk, including retrieving tickets, creating new support tickets, searching for specific tickets, and handling customer service workflows efficiently.How to use it?
Basic Command Structure
Parameters
Required:action
- The operation to perform (get-tickets, create-ticket, search-ticket)
ticket-id
- Zendesk ticket ID for searchespriority
- Ticket priority level (low, normal, high, urgent)subject
- Ticket subject linebody
- Ticket description contentquery
- Search query parameters
Tools
Get Tickets
Retrieve a list of all tickets Parameters:- No additional parameters required
Create Ticket
Create a new support ticket Parameters:subject
(required) - The ticket subject linebody
(required) - The ticket description/body contentpriority
(optional) - Priority level (low, normal, high, urgent)ticket-type
(optional) - Type of ticket (question, incident, problem, task)
Search Ticket
Search for a specific ticket by ID Parameters:ticket-id
(required) - The ticket ID to search for