What is a GitHub webhook and how does it work?

Github Medium

Github — Medium

What is a GitHub webhook and how does it work?

Key points

  • Webhooks are event-driven, not scheduled
  • They send HTTP callbacks to configured URLs
  • External services can react to repository activity
  • Webhooks are distinct from Git hooks and GitHub Actions

Ready to go further?

Related questions