Skip to main content

Diese Version von GitHub Enterprise Server wird eingestellt am 2026-03-17. Es wird keine Patch-Freigabe vorgenommen, auch nicht für kritische Sicherheitsprobleme. Für bessere Leistung, verbesserte Sicherheit und neue Features aktualisiere auf die neueste Version von GitHub Enterprise Server. Wende dich an den GitHub Enterprise-Support, um Hilfe zum Upgrade zu erhalten.

Globale Webhooks verwalten

Du kannst globale Webhooks so konfigurieren, dass sie externe Webserver benachrichtigen, wenn Ereignisse innerhalb deines Unternehmens auftreten.

Wer kann dieses Feature verwenden?

Enterprise owners can manage global webhooks for an enterprise account.

About global webhooks

You can use global webhooks to notify an external web server when events occur within your enterprise. You can configure the server to receive the webhook's payload, then run an application or code that monitors, responds to, or enforces rules for user and organization management for your enterprise. For more information, see Webhooks documentation.

For example, you can configure GitHub to send a webhook when someone creates, deletes, or modifies a repository or organization within your enterprise. You can configure the server to automatically perform a task after receiving the webhook.

You can also use the REST API to manage global webhooks. For a complete list of endpoints, see REST API endpoints for global webhooks.

Adding a global webhook

You can add a global webhook for your enterprise. For more information, see Creating webhooks.

Editing a global webhook

You can edit a global webhook to change any of the settings that were selected when the webhook was initially created. For more information, see Editing webhooks.

Disabling a global webhook

You can disable or delete a global webhook. For more information, see Disabling webhooks.

Viewing recent deliveries and responses

You can view details about webhook deliveries that occurred in the past 7 days. For more information, see Viewing webhook deliveries.