Install
openclaw skills install webhook-debuggerTest, debug, and inspect webhooks locally. Receive webhooks, inspect payloads, debug integrations, and replay requests. Essential for API development and third-party integrations.
openclaw skills install webhook-debuggerReceive, inspect, and debug webhooks locally.
webhook listen
webhook listen 3000
webhook listen --url https://myendpoint.com/webhook
webhook listen 8080
POST /webhook
Headers: { content-type: application/json }
Body: { "event": "payment", "amount": 100 }
✓ Received 2024-01-15 10:30:00
webhook replay <request-id> <target-url>
webhook listen [port] - Start local serverwebhook list - Show request historywebhook show <id> - Show request detailswebhook replay <id> <url> - Replay to new URLwebhook clear - Clear historywebhook forward <url> - Forward to another service