Documentation

Learn TicketsX faster

Setup guides, the full command reference, Premium features, and the REST API in one place.

Tags (Saved Replies)

GET/<guild_id>/api/tags

List the server’s saved-reply tags. Requires the `use_tags` permission (off by default).

POST/<guild_id>/api/tickets/<ticket_id>/tags/<tag_id>

Post a saved-reply tag’s content and embeds into a ticket. Mentions are always neutralised (no @everyone/@here). Requires the `use_tags` permission.

Example request
curl -X POST \
  -H "Authorization: Bearer <API_TOKEN>" \
  https://api.ticketsx.xyz/<guild_id>/api/tickets/<ticket_id>/tags/<tag_id>