Webhooks
Vetrix delivers repository and deployment events to external URLs as HTTP POST payloads, each
signed with an HMAC-SHA256 header and retried with backoff on failure. These pages document the
events available, the JSON body each one carries, and the verification a receiver performs.
Pages
- Webhooks — registering a hook and verifying its signature, plus the
push,pull_request,review, andpingpayloads and the retry schedule. - Environment approval webhooks — the three
environment-protection events, and the
threshold_metflag that tells a receiver whether an approval released the deployment.