{"meta":{"title":"使用网络钩子（Webhook）","intro":"了解如何使用 Webhook 对事件 GitHub做出响应。","product":"Webhook","breadcrumbs":[{"href":"/zh/webhooks","title":"Webhook"},{"href":"/zh/webhooks/using-webhooks","title":"使用网络钩子（Webhook）"}],"documentType":"category"},"body":"# 使用网络钩子（Webhook）\n\n了解如何使用 Webhook 对事件 GitHub做出响应。\n\n## Links\n\n* [创建网络钩子](/zh/webhooks/using-webhooks/creating-webhooks)\n\n  您可以创建 Webhook 来订阅在 GitHub 上发生的特定事件。\n\n* [处理 Webhook 交付](/zh/webhooks/using-webhooks/handling-webhook-deliveries)\n\n  了解如何编写代码来侦听和响应 Webhook 交付。\n\n* [验证 Webhook 交付](/zh/webhooks/using-webhooks/validating-webhook-deliveries)\n\n  可以使用 Webhook 机密来验证 Webhook 传递是否来自 GitHub。\n\n* [将 Webhook 传送到专用系统](/zh/webhooks/using-webhooks/delivering-webhooks-to-private-systems)\n\n  为了限制您的专用系统暴露在 Internet 上，可以使用反向代理将 Webhook 从 GitHub 转发到您的专用系统。\n\n* [测试 Webhook](/zh/webhooks/using-webhooks/editing-webhooks)\n\n  创建 Webhook 之后，可以对其进行更改。\n\n* [禁用网络钩子 (Webhook)](/zh/webhooks/using-webhooks/disabling-webhooks)\n\n  可以禁用 Webhook 以取消订阅发生 GitHub的事件。\n\n* [使用 Webhook 的最佳做法](/zh/webhooks/using-webhooks/best-practices-for-using-webhooks)\n\n  在使用 Webhook 时遵循以下最佳做法以提高安全性和性能。\n\n* [处理失败的 Webhook 交付](/zh/webhooks/using-webhooks/handling-failed-webhook-deliveries)\n\n  GitHub 不会自动重新传送失败的 Webhook 交付，但你可以手动或通过编写代码来处理失败的交付。\n\n* [自动重新传送存储库 Webhook 的失败交付](/zh/webhooks/using-webhooks/automatically-redelivering-failed-deliveries-for-a-repository-webhook)\n\n  可以编写脚本来处理存储库 Webhook 的失败交付。\n\n* [自动重新传送组织 Webhook 的失败交付](/zh/webhooks/using-webhooks/automatically-redelivering-failed-deliveries-for-an-organization-webhook)\n\n  可以编写脚本来处理某组织的 Webhook 的失败交付。\n\n* [自动重新传送 GitHub App Webhook 的失败交付](/zh/webhooks/using-webhooks/automatically-redelivering-failed-deliveries-for-a-github-app-webhook)\n\n  可以编写脚本来处理 GitHub App Webhook 的失败传递。"}