# Helpdesk AI integration on Definable

> HelpDesk is a ticketing system designed to streamline customer support by organizing and managing inquiries efficiently.

## What this connects

HelpDesk is a ticketing system designed to streamline customer support by organizing and managing inquiries efficiently.

Vendor: https://www.helpdesk.com/

## Tools available

**14** tools available. First 12:

- `HELPDESK_LIST_AGENTS` — List Agents — Retrieves all support agents (team members) in the HelpDesk account. Use this action to get a complete list of agents with their details including: - Agent profiles (name, email, avatar, job title) - Role assignments (owner, normal, viewer) - Team memberships - Status (active or invited) - Auto-assignment settings - Email signatures This action requires no parameters and returns all agents in the account. Useful for finding agent IDs, checking team composition, or verifying permissions.
- `HELPDESK_LIST_CANNED_RESPONSES` — List Canned Responses — Tool to list canned responses. Use when you need to retrieve all predefined reply templates for tickets.
- `HELPDESK_LIST_CUSTOM_FIELDS` — List Custom Fields — Tool to list all custom fields defined in the account. Use when you need to view or manage custom fields. Only callable after authentication.
- `HELPDESK_LIST_EMAIL_DOMAINS` — List Email Domains — Lists all email domains configured for the HelpDesk account. Returns a comprehensive list of all email domains set up in the HelpDesk account, including domain names, verification status, DNS records, and configuration flags. Email domains allow you to send and receive tickets via custom email addresses. Use this action to: - Get domain IDs and names for use in other API operations - Check domain verification and setup status - View DNS configuration requirements - Audit which domains are actively being used for inbox No parameters required - returns all email domains accessible to the authenticated account.
- `HELPDESK_LIST_LICENSES` — List Licenses — Retrieves all licenses (account configurations) for the authenticated HelpDesk account. A license represents a customer account and contains subscription information, global settings, default team/template assignments, and detected languages. Most accounts have one license. Use this action to: - Check account configuration and settings - Get account ID and metadata - View default team and template assignments - Inspect company settings and feature flags No parameters required - returns all licenses for the authenticated account.
- `HELPDESK_LIST_REPLY_ADDRESSES` — List Reply Addresses — Lists all reply addresses configured in the HelpDesk account. Reply addresses are email addresses used to receive and respond to support tickets. Each reply address must be associated with a verified email domain and can be used as the "From" address when sending ticket responses to customers. Use this action to: - Get all available reply addresses and their verification status - Retrieve reply address IDs for use in other operations (e.g., creating mailboxes) - Check which email domains are being used for reply addresses - Audit reply address configuration across the account No parameters required - returns all reply addresses accessible to the authenticated account.
- `HELPDESK_LIST_RULES` — List Rules — Tool to retrieve a list of rules configured in the account. Use after authentication when you need an overview of all automation rules.
- `HELPDESK_LIST_SUBSCRIPTIONS` — List Subscriptions — Lists all billing subscriptions for the HelpDesk account, including active, expired, canceled, and future subscriptions. Subscriptions represent the currently selected plan (team or enterprise) and number of paid agent slots. Use this tool to retrieve subscription details including plan codes, pricing, billing cycles, trial periods, and subscription states. Both filter parameters are optional - omit them to retrieve all subscriptions.
- `HELPDESK_LIST_TEAMS` — List Teams — Lists all teams in the HelpDesk account. Returns a comprehensive list of all teams configured in the HelpDesk account, including team IDs, names, settings, reply addresses, and integration configurations. Teams are organizational units that group agents and manage ticket routing. Use this action to: - Get team IDs for use in other API operations - Retrieve team names and configurations - Audit team settings and reply addresses - View team integration configurations No parameters required - returns all teams accessible to the authenticated account.
- `HELPDESK_LIST_TICKETS` — List Tickets — List all tickets from a specified silo with cursor-based pagination support. This tool retrieves tickets from the helpdesk system with flexible sorting and pagination. Use this when you need to retrieve tickets for monitoring, reporting, or processing. Key features: - Retrieves tickets from specified silo (tickets, archive, trash, or spam) - Supports cursor-based pagination for efficient navigation through large datasets - Configurable page size (1-100 tickets per page) - Multiple sort options (createdAt, updatedAt, lastMessageAt) in ascending or descending order Common use cases: - Get all open tickets: Use default parameters with silo='tickets' - Browse archived tickets: Set silo='archive' - Paginate through results: Use next_value and next_id from previous response
- `HELPDESK_LIST_TRUSTED_EMAILS` — List Trusted Emails — Tool to retrieve a list of trusted email addresses or domains. Use when managing your spam whitelist after authenticating.
- `HELPDESK_LIST_VIEWS` — List Views — Tool to list agent views. Use when you need to retrieve saved ticket views after authentication.

## Auth

Auth schemes: `API_KEY`.

## How agents use Helpdesk

Inside a Definable workflow, Helpdesk is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Helpdesk** — the Researcher (GPT-5.5) pulls context from Helpdesk (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Helpdesk** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Helpdesk (create record, post message, draft email).
- **Designer / Engineer → Distributor → Helpdesk** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Helpdesk (attach file, open PR comment, post status).

The Verifier checks every Helpdesk call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- customer support — https://definable.ai/apps/category/customer-support/

## Related

- HTML page: https://definable.ai/apps/helpdesk/
- Same category (customer support): https://definable.ai/apps/category/customer-support/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
