Configuring a webhook
In Settings → Webhooks:- URL — your endpoint
- Events — which events fire (build complete, build failed, etc.)
- Active — enable / disable without deleting
What gets sent
Webhooks POST a JSON envelope to your URL:type field tells you which event fired. Common ones:
Verifying signatures
The request includes anX-BuildPixel-Signature header — an HMAC of the body using your webhook signing secret. Verify before trusting: