First Ticket Panel

A ticket panel is an embed with a button. Members click it to open a private ticket channel.

Create the panel

/panel #support

This posts the configured panel embed with an Open a Ticket button.

ℹ️

Re-run to update

Each /panel run posts a fresh embed using your current dashboard settings. Old panels keep working.

Customise in the dashboard

Go to Dashboard → Panel Embed to customise:

FieldDescription
Embed ColourAccent bar colour — full HSV colour picker included
TitleEmbed title text
DescriptionMain body text
FooterSmall footer text
Thumbnail URLImage top-right
Image URLLarge image at bottom
Author NameAuthor line above title
Button StyleBlue / Grey / Green / Red
Button LabelText on the button
Show Ticket CountAppend live open-ticket count to button label

Multiple ticket types

Add types with /addtype and the button shows a dropdown select menu instead of opening directly.

/addtype Support "General support questions"
/addtype Billing "Payment issues"
/addtype Bug "Report a bug"

What happens when a user clicks

  1. A private ticket-XXXX channel is created under the ticket category
  2. Only the opener and support-role members can see it
  3. A welcome embed with Close Ticket and Claim buttons is posted
  4. If Mention Support on Open is on, all support roles are pinged
  5. A log embed is posted to the log channel

On this page