Webhooks
Receive real-time notifications about validation events via webhooks.
Event Types
run.startedrun.completedrun.failedagent.completedissue.detectedExample Payload
{
"event": "run.completed",
"timestamp": "2024-01-15T10:30:00Z",
"data": {
"run_id": "run_abc123",
"status": "passed",
"duration_ms": 45000,
"agents_run": 12,
"issues_found": 0,
"coverage_score": 92
}
}Webhook Security
All webhook payloads are signed with HMAC-SHA256. Verify the X-Zof-Signature header to ensure authenticity.
Kailangan ng Tulong?
Narito ang aming team ng suporta upang tulungan kang masulit ang Zof.
