Webhook Endpoint

Send requests to: https://hookcrate.io/hook/sitemap.xml

Request History

No requests yet.

Hookcrate – Inspect & Replay Webhooks

Hookcrate

Send webhooks to your endpoint below and replay them easily.

Request History

Try with curl (Windows & Mac/Linux)

Windows CMD:

curl -X POST https://hookcrate.io/hook/sitemap.xml -H "Content-Type: application/json" -d "{\"test\": \"Hello Hookcrate!\"}"

macOS / Linux / WSL:

curl -X POST https://hookcrate.io/hook/sitemap.xml -H "Content-Type: application/json" -d '{"test": "Hello Hookcrate!"}'