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.