Predefined response snippets (/api/CannedText). Supports list, get by ID, create, and delete per OpenAPI.
- Get Many —
GET /CannedTextwith optional agent, team, department, group,showall, andticketonlyfilters - Get by ID —
GET /CannedText/{id} - Create —
POST /CannedTextwith JSON body fields - Delete —
DELETE /CannedText/{id} - Favourite —
POST /CannedText/favouritewith a JSON array ofCannedTextFavouritesobjects