ZENDESK_COUNT_ZENDESK_ORGANIZATIONS
Count the number of organizations in Zendesk.
ZENDESK_CREATE_ZENDESK_ORGANIZATION
Tool to create a Zendesk organization. Use when you need to group end users under a shared company profile. Use after confirming the organization name is unique.
ZENDESK_CREATE_ZENDESK_TICKET
Create a ticket in Zendesk.
ZENDESK_CREATE_ZENDESK_USER
Tool to create a new user in Zendesk. Use when you need to onboard a user with specific details.
ZENDESK_DELETE_ZENDESK_ORGANIZATION
Delete an organization in Zendesk.
ZENDESK_DELETE_ZENDESK_TICKET
Delete a ticket in Zendesk.
ZENDESK_DESTROY_MANY_ORGANIZATIONS
Tool to bulk delete Zendesk organizations. Use when cleaning up test data or removing obsolete organizations in one call. Returns a job_status payload to track progress.
ZENDESK_GET_ABOUT_ME
Get information about the owner account in Zendesk.
ZENDESK_GET_ALL_ZENDESK_ORGANIZATIONS
Get all organizations in Zendesk.
ZENDESK_GET_ZENDESK_ORGANIZATION
Get information about a specific organization in Zendesk.
ZENDESK_GET_ZENDESK_TICKET_BY_ID
Get ticket details from Zendesk.
ZENDESK_LIST_ZENDESK_TICKETS
List Zendesk tickets with pagination and filtering.
ZENDESK_REPLY_ZENDESK_TICKET
Action to reply to a Zendesk ticket by adding a comment.
ZENDESK_SEARCH_ZENDESK_USERS
Tool to search Zendesk users by email or name. Use after confirming user identity before ticket creation.
ZENDESK_UPDATE_ZENDESK_ORGANIZATION
Update an organization in Zendesk.
ZENDESK_UPDATE_ZENDESK_TICKET
Tool to update a ticket in Zendesk. Use when you need to modify ticket fields like status, priority, or subject after confirming the ticket ID.