Skip to main content

Эта версия GitHub Enterprise Server была прекращена 2024-03-26. Исправления выпускаться не будут даже при критических проблемах безопасности. Для повышения производительности, повышения безопасности и новых функций выполните обновление до последней версии GitHub Enterprise Server. Чтобы получить справку по обновлению, обратитесь в службу поддержки GitHub Enterprise.

Управление глобальными веб-перехватчиками

Глобальные веб-перехватчики можно настроить для уведомления внешних веб-серверов, когда в вашем предприятии возникают события.

Кто эту функцию можно использовать?

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 your GitHub Enterprise Server instance 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."