Unhook AI is currently in beta.
Get started with Unhook in under 5 minutes
Install Extension
Ctrl+Shift+X
Cmd+Shift+X
Authenticate
Configure
unhook.yaml
version: 1 apiKey: your-api-key-here delivery: destinations: - name: local url: http://localhost:3000/webhook ping: true
Start Receiving Webhooks
webhookId: "wh_your_webhook_id" debug: false telemetry: true destination: - name: "your-endpoint" url: "http://localhost:3000/api/webhooks" source: - name: "stripe" - name: "github" delivery: - source: "stripe" destination: "your-endpoint" - source: "github" destination: "your-endpoint"
# Core settings WEBHOOK_PORT=3000 WEBHOOK_API_KEY=your_api_key WEBHOOK_CLIENT_ID=dev-1 WEBHOOK_DEBUG=true # Advanced settings WEBHOOK_REDIRECT=https://api.example.com WEBHOOK_PING=true
https://unhook.sh/wh_your_webhook_id
webhookId: "wh_team_webhook_id" destination: - name: "dev1" url: "http://localhost:3000/api/webhooks" ping: true - name: "dev2" url: "http://localhost:3001/api/webhooks" ping: true source: - name: "clerk" - name: "stripe" delivery: - source: "clerk" destination: "dev1" - source: "stripe" destination: "dev2"
~/.unhook/auth-storage.json
rm ~/.unhook/auth-storage.json
Was this page helpful?