免費轉換器
Discord Webhook 測試工具
即時測試Discord Webhook。生成JSON載荷和cURL命令,向任何Discord頻道發送訊息、嵌入內容等。
JSON Payload
{}cURL命令
curl -X POST "YOUR_WEBHOOK_URL" \
-H "Content-Type: application/json" \
-d '{}'Run this command in your terminal to send the webhook message directly.