ON THIS PAGE 

Webhooks

GitHub Webhooks

2025-03-31


Purpose

Webhooks allow repos to watch for specific events (e.g., pushes, PRs, specific mods, etc), then notify client apps, so they, can act on those triggers.

Uses

Webhooks can be used to trigger builds for CI/CD, outage monitoring, microservice comms, etc.

Copyright @ 2025 Anne Brown