Custom Variables & Placeholders
Personalize your ticket channels and welcome messages using dynamic placeholders.
Overview
Busybee supports dynamic variables that automatically populate with user or ticket data. These can be used in Naming Schemes and (optionally) in Welcome Messages.
Available Variables
| Placeholder | Result | Example |
|---|---|---|
{username} |
The username of the ticket creator. | jane_doe |
{id} |
The sequential, 4-digit ticket ID. | 0042 |
{date} |
The current date (YYYY-MM-DD). | 2024-05-20 |
Usage Examples
1. Ticket Naming Scheme
You can customize how ticket channels appear in your sidebar:
- Default:
ticket-{id}โticket-0042 - Personalized:
{username}-supportโjane_doe-support - Dated:
help-{date}-{id}โhelp-2024-05-20-0042
Step-by-Step Guide
- [Edit Category]: Go to Dashboard > Manage Categories and select a category.
- [Set Naming Scheme]: Click ๐ท๏ธ Naming Scheme.
- [Input Template]: Enter your desired format using the placeholders above.
- [Save]: Submit the modal.
TIP
Use {id} in your naming scheme to make searching for specific tickets easier in your logs and database.