Documentation
API

Api Base

Every request sent by Tickety follows the same base.

Field NameField descriptionField Type
customUrlThe custom url set on the dashboardstring
guildIdThe Id of the guild where the request is sent fromstring
guildNameThe name of the guild where the request is sent fromstring
channelIdThe Id of channel (ticket)string
userIdThe Id of the user who created the ticketstring
userNameThe username of the user who created the ticketstring
panelThe panel where the action was executedstring

Example:

{
    "customURL": "https://ticketywebhook.requestcatcher.com",
    "guildId": "804846334346526752",
    "guildName": "Tickety Support",
    "channelId": "1140972530400776294",
    "userId": "713115896805064856",
    "userName": "oxytoan",
    "panel": "Support"
}