Webhooks
Manage webhook triggers for your tasks
Live Event Feed
Waiting for events…
Integration Guidance
What are webhooks?
Webhooks let external systems (like Grafana, AlertManager, GitHub, or Stripe) push events to Veirox in real time. When an event arrives, Veirox validates it, applies your routing rules, and dispatches a task session — so the agent can act immediately.
How dispatching works
- Provider sends an HTTP POST to your webhook URL.
- Veirox verifies the signature (HMAC, bearer token, etc.).
- Routing rules run — events can be dropped, deduplicated, or rate-limited.
- A new task session is created and the agent runs your prompt.
Quick tips
- Use the Test Console to fire synthetic payloads and watch results live.
- Press ? anywhere on the webhooks pages to toggle this drawer.
- Check the Troubleshoot tab if events aren't arriving or getting dropped.