Preview — in progress
Webhooks
Subscribe to run lifecycle events and get signed HTTP callbacks when runs complete or regress.
Example payload — run.completed
{
"event": "run.completed",
"runId": "run_01HABC...",
"project": "my-app",
"summary": { "total": 218, "passed": 214, "failed": 2, "skipped": 2 },
"qualityScore": 0.94,
"dashboardUrl": "https://releaseqa.com/dashboard/runs/run_01HABC..."
}We're writing the long-form guide now
The full walkthrough for Webhooks is being written and reviewed. In the meantime, the Quick Start and Configuration pages cover the core setup that this guide builds on.
Need this page filled in sooner? Email support@releaseqa.com and we'll prioritise it.