Webhook Request Builder

🤖 Agent Ready

Build and send HTTP requests with custom headers and body. Test webhooks and APIs from your browser.

application/json
Show cURL equivalent
curl -X POST 'https://httpbin.org/post' \
  -H 'Content-Type: application/json' \
  -d '{
  "event": "user.signup",
  "userId": "usr_123",
  "email": "[email protected]",
  "timestamp": "2024-01-01T00:00:00Z"
}'