You asked for it and we delivered! Introducing webhooks for your diversion repositories!
TL;DR You told us about the importance of webhooks in your development processes, and we recently launched the feature for diversion.
Key Features
- Event-driven notifications: Real-time notifications for repository events.
- Secure delivery: HMAC-SHA256 signature verification for request authenticity.
- Reliable delivery: Automatic retries with exponential backoff.
- Flexible configuration: Subscribe to specific event types per webhook.
- Admin-only management: Repository admin access required.
Webhooks… why?
Webhooks are a key component of your CI/CD (Continuous Integration / Continuous Delivery) pipeline for games. They’re useful at any scale, but essential for professional game studios.
The idea is simple: every time an event is triggered (for example, when a user commits to a repository), a corresponding action is triggered as well. This could include starting a new build, running tests, or notifying other users.
Check out diversion’s docs to learn more about webhooks.