This API generates Discord-style HTML ticket transcripts and sends them directly into the selected channel.
POST https://www.ulquiorracifer.xyz/api/transcript
$httpPost[https://www.ulquiorracifer.xyz/api/transcript;
{ "botToken":"$getVar[BotToken]", "channelId":"$channelID" }
]
After running this command, the API will generate and upload the transcript file into your Discord channel.
The API responds with:
{ "status": "sent" }
This means the transcript has been successfully delivered.