เว็บฮุค แคตเชอร์ & ผู้ทดสอบ
สร้างเพย์โหลดทดสอบ webhook และคำสั่ง cURL สำหรับการทดสอบ webhook
บริการทดสอบ Webhook ฟรี
curl -X POST "https://webhook.site/YOUR-UUID-HERE" \
-H "Content-Type: application/json" \
-H "X-Session-ID: " \
-d '{ "event": "test.webhook", "timestamp": "2026-06-04T22:40:04.367Z", "data": { "id": "12345", "message": "Hello from any-tools.net!", "status": "success" } }'