Setup
- Go to Settings > Integrations > Webhooks
- Click Add Webhook
- Enter your HTTPS endpoint URL
- Optionally add a signing secret for payload verification
Payload Example
The
git object is only included when the app build has git metadata (e.g., uploaded via CI/CD with commit info).Verifying Signatures
If you configure a signing secret, payloads are signed with HMAC-SHA256. The signature is in theX-Autosana-Signature-256 header as sha256=<signature>.