免费转换器
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.