Variables
Ticket-specific variables available in opening embeds and custom messages.You can use variables:
- in plain message content
- inside embeds
- inside conditional blocks
Variable Reference
- Core
- Users
- Channel
- Topic
- Transcript
Quick Tips
{ticket.creator.*}and{ticket.author.*}always refer to the same member.{ticket.claimer}and{ticket.closer}are blank until those events occur — use them in close messages, not opening embeds.- Transcript variables are only available after close. Use them in log channel embeds or DM messages.
- Wrap conditional content in
{if ...}{/if}to show it only when a variable has a value.

