Webhook Request Builder
🤖 Agent ReadyBuild 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": "alice@example.com",
"timestamp": "2024-01-01T00:00:00Z"
}'