https://github.com/aspnet/AspNetWebHooks
Libraries to create and consume web hooks on ASP.NET 4.x (Due to other priorities this project is currently in maintenance mode only. There are no planned releases at this time. No new features are planned and we are only addressing critical issues as required.)
https://github.com/aspnet/AspNetWebHooks
Last synced: about 1 month ago
JSON representation
Libraries to create and consume web hooks on ASP.NET 4.x (Due to other priorities this project is currently in maintenance mode only. There are no planned releases at this time. No new features are planned and we are only addressing critical issues as required.)
- Host: GitHub
- URL: https://github.com/aspnet/AspNetWebHooks
- Owner: aspnet
- License: apache-2.0
- Created: 2018-01-19T06:08:32.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T07:34:22.000Z (9 months ago)
- Last Synced: 2024-09-13T20:09:16.880Z (9 months ago)
- Language: C#
- Homepage:
- Size: 2.33 MB
- Stars: 133
- Watchers: 22
- Forks: 102
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE-OF-CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Microsoft ASP.NET WebHooks
## Note: This repo is solely for the ASP.NET WebHooks projects (libraries to create and consume WebHooks on ASP.NET 4.x and .NET Framework 4.5). For ASP.NET Core WebHooks (targeting .NET Standard 2.0), see the [aspnet/AspLabs](https://github.com/aspnet/AspLabs/tree/master/src/WebHooks) repo.**Due to other priorities this project is currently in maintenance mode only. There are no planned releases at this time. No new features are planned and we are only addressing critical issues as required.**
AppVeyor: [](https://ci.appveyor.com/project/aspnetci/aspnetwebhooks/branch/dev)
ASP.NET Web Hooks provide support for sending and receiving WebHooks.
See [Introducing Microsoft ASP.NET WebHooks Preview](https://devblogs.microsoft.com/aspnet/introducing-microsoft-asp-net-webhooks-preview/) for an introduction.
See the initial [documentation](https://go.microsoft.com/fwlink/?LinkId=690277) for details.
### Samples
- [All Samples](/samples/)#### ASP.NET
- [Azure](/samples/AzureReceivers)
- [Bitbucket](/samples/BitbucketReceiver)
- [Dropbox](/samples/DropboxReceiver)
- [GitHub](/samples/GitHubReceiver)
- [Instagram](/samples/InstagramReceiver)
- [MailChimp](/samples/MailChimpReceiver.Selfhost)
- [MyGet](/samples/MyGetReceiver)
- [PayPal](/samples/PayPalReceiver)
- [SalesForce](/samples/SalesforceReceiver)
- [Slack](/samples/SlackReceiver)
- [Stripe](/samples/StripeReceiver)
- [VSTS](/samples/VstsReceiver)
- [Zendesk](/samples/ZendeskReceiver)### Resources
* Overview
* [Announcement of Microsoft ASP.NET WebHooks Preview](https://devblogs.microsoft.com/aspnet/introducing-microsoft-asp-net-webhooks-preview/)
* [Sending WebHooks with ASP.NET WebHooks Preview](https://devblogs.microsoft.com/aspnet/sending-webhooks-with-asp-net-webhooks-preview/)
* [Announcing ASP.NET WebHooks Release Candidate 1](https://devblogs.microsoft.com/aspnet/announcing-asp-net-webhooks-release-candidate-1/)
* [Announcing Microsoft ASP.NET WebHooks V1 RTM](https://devblogs.microsoft.com/aspnet/introducing-microsoft-asp-net-webhooks-preview-2/)* Integration with WebHook Providers
* [Integrating with Instagram using ASP.NET WebHooks Preview](https://devblogs.microsoft.com/aspnet/integrating-with-instagram-using-asp-net-webhooks-preview/)
* [Integrating with Salesforce using ASP.NET WebHooks Preview](https://devblogs.microsoft.com/aspnet/integrating-with-salesforce-using-asp-net-webhooks-preview/)
* [Integrating with Slack Using ASP.NET WebHooks Preview](https://devblogs.microsoft.com/aspnet/integrating-with-slack-using-asp-net-webhooks-preview/)
* [Using ASP.NET WebHooks with IFTTT and Zapier to Monitor Twitter and Google Sheets](https://devblogs.microsoft.com/aspnet/using-asp-net-webhooks-with-ifttt-and-zapier-to-monitor-twitter-and-google-sheets/)
* [Receive WebHooks from Azure Alerts and Kudu (Azure Web App Deployment)](https://devblogs.microsoft.com/aspnet/receive-webhooks-from-azure-alerts-and-kudu-azure-web-app-deployment/)
* [Sending WebHooks with Microsoft Dynamics CRM](https://cloudblogs.microsoft.com/dynamics365/no-audience/2016/01/15/sending-webhooks-with-microsoft-dynamics-crm/)* Tooling
* [Announcing the ASP.NET WebHooks Visual Studio Extension Preview](https://devblogs.microsoft.com/aspnet/announcing-the-asp-net-webhooks-visual-studio-extension-preview/)* Updates
* [Sending ASP.NET WebHooks from Azure WebJobs](https://devblogs.microsoft.com/aspnet/sending-asp-net-webhooks-from-azure-webjobs/)
* [New Year Updates to ASP.NET WebHooks Preview Dec 2015](https://devblogs.microsoft.com/aspnet/new-year-updates-to-asp-net-webhooks-preview/)
* Storing WebHook registrations in SQL
* Registering WebHook modules with a dependency engine
* [Updates to Microsoft ASP.NET WebHooks Preview Nov 2015](https://devblogs.microsoft.com/aspnet/updates-to-microsoft-asp-net-webhooks-preview/)
* Sending events to *all* users
* Sending WebHooks scaling up and out using persistent queues