This version of GitHub Enterprise Server will be discontinued on 2026-08-25. Discontinued releases are not supported. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features in GitHub Enterprise Server, see Overview of the upgrade process. For help with the upgrade, GitHub Enterprise Support.
Recommended
About webhooks
Webhooks provide a way for notifications to be delivered to an external web server whenever certain events occur on GitHub.
Creating webhooks
You can create webhooks to subscribe to specific events that occur on GitHub.
Handling webhook deliveries
Learn how to write code to listen for and respond to webhook deliveries.
Articles
About webhooks
Webhooks provide a way for notifications to be delivered to an external web server whenever certain events occur on GitHub.
Automatically redelivering failed deliveries for a GitHub App webhook
You can write a script to handle failed deliveries of a GitHub App webhook.
Automatically redelivering failed deliveries for a repository webhook
You can write a script to handle failed deliveries of a repository webhook.
Automatically redelivering failed deliveries for an organization webhook
You can write a script to handle failed deliveries of an organization webhook.
Best practices for using webhooks
Follow these best practices to improve security and performance when using webhooks.
Creating webhooks
You can create webhooks to subscribe to specific events that occur on GitHub.
Disabling webhooks
You can disable a webhook to unsubscribe from events that occur on GitHub.
Editing webhooks
After creating a webhook, you can make changes to it.
Handling failed webhook deliveries
GitHub does not automatically redeliver failed webhook deliveries, but you can handle failed deliveries manually or by writing code.