Webhooks Integration
When the pre-built integrations don't cover your stack, webhooks do. Send any Roboticks event to any HTTP endpoint with custom headers and authentication, exponential-backoff retry, and full delivery history.
Features
- •HTTP POST for all event types (test runs, requirements, releases, evidence packs)
- •Per-event filtering
- •Custom HTTP headers and authentication
- •Retry with exponential backoff
- •Delivery history and replay
Getting Started
- 1
Add the endpoint URL
Enter the URL that will receive POSTs.
- 2
Select events
Filter to the events you care about — typically test-run.failed, release.evidence-pack-ready, requirement.regressed.
- 3
Configure authentication
Add custom headers (e.g. Authorization: Bearer ...) or HMAC signature config.
- 4
Test
Send a synthetic event from the UI to verify your endpoint handles the payload shape.
For the full setup guide with code examples, payload formats, and troubleshooting, see the Webhooks integration documentation.
Documentation
For setup guides, API references, and technical details, visit the full documentation.