16 lines
428 B
Plaintext
16 lines
428 B
Plaintext
|
{
|
||
|
"Version": "12.4.1",
|
||
|
"Name": "Discord webhook (Image uploader)",
|
||
|
"DestinationType": "ImageUploader",
|
||
|
"RequestMethod": "POST",
|
||
|
"RequestURL": "Webhook URL",
|
||
|
"Body": "MultipartFormData",
|
||
|
"Arguments": {
|
||
|
"content": "**$filename$**",
|
||
|
"username": "ShareX",
|
||
|
"avatar_url": "https://getsharex.com/img/ShareX_Logo.png",
|
||
|
"tts": "false"
|
||
|
},
|
||
|
"FileFormName": "file",
|
||
|
"URL": "$json:attachments[0].url$"
|
||
|
}
|