Skip to main content
Humm reads your Zendesk tickets, users, organizations, and comments. Ask about open ticket volume, average resolution time for an account, or which agents are handling the most requests.

Tools

ToolDescription
ZENDESK_LIST_TICKETSList all tickets with optional sorting by field and direction
ZENDESK_GET_TICKETGet a single ticket by ID with full details
ZENDESK_LIST_USERSList all users with optional role filtering (end-user, agent, admin)
ZENDESK_GET_USERGet a single user by ID
ZENDESK_LIST_ORGANIZATIONSList all organizations in the account
ZENDESK_GET_ORGANIZATIONGet a single organization by ID
ZENDESK_GET_TICKET_COMMENTSGet all comments (public and private) for a specific ticket

Sorting Tickets

The ZENDESK_LIST_TICKETS tool supports sorting by the following fields:
Sort FieldDescription
assigneeAssigned agent
created_atCreation date
idTicket ID
statusTicket status
subjectTicket subject
updated_atLast update date
Set sort_order to asc (ascending) or desc (descending).

Filtering Users

The ZENDESK_LIST_USERS tool supports filtering by role:
RoleDescription
end-userCustomers who submit tickets
agentSupport agents who handle tickets
adminAccount administrators

Discoverable Objects

Humm can introspect the following Zendesk objects during schema discovery:
  • Ticket — Support tickets with status, priority, type, and assignment info
  • User — End users, agents, and administrators
  • Organization — Customer organizations with domain associations
  • Group — Agent groups for ticket assignment
  • Ticket Comment — Comments and replies on tickets
  • Ticket Field — Custom and system ticket fields
  • Ticket Form — Ticket submission forms
  • View — Saved ticket views and filters
  • Macro — Predefined ticket responses and actions
  • Tag — Tags for categorizing tickets
  • Satisfaction Rating — Customer satisfaction survey responses

Authentication

OAuth

Connect securely via OAuth. Authorize Humm to access your Zendesk account.