# WebHooks **Repository Path**: mirrors_aspnet/WebHooks ## Basic Information - **Project Name**: WebHooks - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Microsoft ASP.NET Core WebHooks [Archived] **This GitHub project has been archived.** Ongoing development on this prototype can be found in . ## Note: This repo is solely for the ASP.NET Core WebHooks projects (libraries to consume WebHooks on ASP.NET Core 2.0 and .NET Standard 2.0). For ASP.NET WebHooks (targeting .NET Framework 4.5), see the [aspnet/AspNetWebHooks](https://github.com/aspnet/aspnetwebhooks) repo. ASP.NET Core WebHooks provide support for receiving WebHooks. The packages depend on [ASP.NET Core MVC](https://github.com/aspnet/AspNetCore). ASP.NET Core MVC is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [AspNetCore](https://github.com/aspnet/AspNetCore) repo. ### Samples - [All Samples](/samples/) - [Azure](/samples/AzureAlertCoreReceiver) - [AzureContainerRegistry](/samples/AzureContainerRegistryCoreReceiver) - [Bitbucket](/samples/BitbucketCoreReceiver) - [Dropbox](/samples/DropboxCoreReceiver) - [DynamicCRM](/samples/DynamicsCRMCoreReceiver) - [GitHub](/samples/GitHubCoreReceiver) - [Kudu](/samples/KuduCoreReceiver) - [MailChimp](/samples/MailChimpCoreReceiver) - [Pusher](/samples/PusherCoreReceiver) - [SalesForce](/samples/SalesforceCoreReceiver) - [Slack](/samples/SlackCoreReceiver) - [Stripe](/samples/StripeCoreReceiver) - [Trello](/samples/TrelloCoreReceiver) - [WordPress](/samples/WordPressCoreReceiver) ### Building from source To run a complete build on command line only, execute `build.cmd` or `build.sh` without arguments. See [developer documentation](https://github.com/aspnet/Home/wiki) for more details.