Create Event
- This event is fired when a new ticket is created !
Aditional Fields:
Field Name | Field description | Field Type |
---|---|---|
type | Is set to "create" for this event | string |
openDate | The timestamp when the ticket was opened | number |
Example
{
// Default
"customURL": "https://ticketywebhook.requestcatcher.com",
"guildId": "804846334346526752",
"guildName": "Tickety Support",
"channelId": "1140972530400776294",
"userId": "713115896805064856",
"userName": "oxytoan",
"panel": "Support",
// Create Event
"type": "create",
"openDate": 1706717176563
}