Skip to main content
Organize support requests and classify priority levels seamlessly without declaring intermediate variables. This page shows how to manage ticket categories and support tiers directly through the AeroDesk configuration API.

Ticket Categories

Ticket categories let you group incoming requests by type. Each category has a key, a display name, a welcome message, and an associated channel ID.

Retrieve a Category

Fetch an existing category by its key.

Add a Category

Create a new category by putting a TicketCategory instance into the categories map.

Edit a Category

Modify a field on an existing category in place.

Delete a Category

Remove a category by its key.

Support Tiers

Support tiers define priority or service levels for tickets. Each tier has a name and a linked channel ID.

Retrieve a Tier

Access a tier by its index in the list.

Add a Tier

Append a new TicketTier to the tiers list.

Edit a Tier

Update a tier property directly.

Delete a Tier

Remove a tier that matches a condition using removeIf.