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 aTicketCategory 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 newTicketTier to the tiers list.
Edit a Tier
Update a tier property directly.Delete a Tier
Remove a tier that matches a condition usingremoveIf.