🪝 Webhook Tester

Send any request to /webhook and the full payload is written to the Cloudflare log.

curl -X POST https://YOUR-PROJECT.pages.dev/webhook \
  -H "content-type: application/json" \
  -d '{"hello":"world"}'

Watch the logs with:

npx wrangler pages deployment tail