Skip to main content

This version of GitHub Enterprise Server was discontinued on 2024-01-04. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features, upgrade to the latest version of GitHub Enterprise Server. For help with the upgrade, contact GitHub Enterprise support.

Types of webhooks

You can create webhooks to subscribe to events that occur in a specific repository, organization, GitHub Enterprise, or GitHub App.

About webhook types

A webhook can only access events that are available in the repository, organization, GitHub Enterprise, or GitHub App where it is installed.

You cannot create webhooks for individual user accounts, or for events that are specific to user resources, like personal notifications or mentions.

To create and manage webhooks, you must own or have admin access to the resource where the webhook is created and listening for events on. For example, to manage webhooks in an organization, you need admin permissions for that organization.

Some webhook events are unique to certain types of webhooks. For example, an organization webhook can subscribe to events that only occur at the organization level, which a repository webhook cannot subscribe to. For more information about the specific availability of each webhook, see "Webhook events and payloads."

For more information, see "About webhooks."

Repository webhooks

You can create webhooks in a repository to subscribe to events that occur in that repository. You must be a repository owner or have admin access in the repository to create and manage webhooks in a repository. You cannot create, edit, or delete webhooks in a repository where you do not have the required permissions.

You can create multiple webhooks in a single repository. However, you can only create up to 250 webhooks that subscribe to each individual event type. For example, in a single repository you could only create up to 250 different webhooks that each subscribe to the push event.

You can use the GitHub web interface or the REST API to manage repository webhooks. For more information, see "Creating webhooks," "Editing webhooks," and "Disabling webhooks." For more information about using the REST API to manage repository webhooks, see "Repository webhooks."

Organization webhooks

You can create webhooks in an organization to subscribe to events that occur in that organization. Organization webhooks can subscribe to events that happen in all repositories owned by the organization. They can also subscribe to events that happen at the organization level that are outside of any particular repository, like when a new member is added to the organization.

You must be an organization owner to create and manage webhooks in an organization.

You can create multiple webhooks in a single organization. However, you can only create up to 250 webhooks that subscribe to each individual event type. For example, in a single organization you could only create up to 250 different webhooks that each subscribe to the push event.

You can use the GitHub web interface or the REST API to manage organization webhooks. For more information, see "Creating webhooks," "Editing webhooks," and "Disabling webhooks." For more information about using the REST API to manage organization webhooks, see "Organization webhooks."

Global webhooks for GitHub Enterprise

Enterprise owners can create global webhooks to subscribe to events that occur within their enterprise or within organizations and repositories owned by the enterprise.

You can create multiple webhooks in a single enterprise. However, you can only create up to 250 webhooks that subscribe to each individual event type. For example, in a single enterprise you could only create up to 250 different webhooks that each subscribe to the membership event.

You can use the GitHub web interface to manage global webhooks. For more information, see "Creating webhooks," "Editing webhooks," and "Disabling webhooks." You can also use the REST API to manage global webhooks. For a complete list of endpoints, see "Global Webhooks."

GitHub App webhooks

You can configure a GitHub App to receive webhooks when specific events occur in a repository or organization that the app has been granted access to.

Each GitHub App has a single webhook that is automatically created by GitHub. By default, the webhook is not subscribed to any events. You can configure the events that the webhook subscribes to. A GitHub App webhook cannot be deleted, but you can deactivate it to stop receiving webhook deliveries.

You can use the GitHub web interface or the REST API to manage a GitHub App webhook. For more information, see "Creating webhooks," "Editing webhooks," and "Disabling webhooks." For more information about using the REST API to manage GitHub App webhooks, see "GitHub App webhooks."