Found 327 packages
Even simpler integration with Slack's Incoming/Outgoing webhooks API for .net ### IMPORTANT On Feb 19th 2020 Slack will end support for TLS version 1.0 and 1.1. This means you may (depending on your .NET version) need to force the use of TLS1.2. If you receive an error stating that "The underlying connection was closed:" it's quite possibly a TLS issue. You can work around this by setting the default TLS version using the following: ```csharp System.Net.ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; ```
This package provides common functionality for sending and receiving WebHooks using ASP.NET.
A library to parse event webhooks from Sendgrid. Contains Parser and a set of strongly typed DTOs. It supports all available webhook events, unique arguments and categories.
This package provides a uniform model for receiving WebHooks from an open-ended set of WebHook generators such as Dropbox, GitHub, Slack, and many more.
This package provides functionality for adding your own custom WebHook support to your ASP.NET project. The functionality enables users to register WebHooks using a simple pub/sub model, and for your code to send WebHooks to registered receivers with matching WebHook registrations.
This package provides support for receiving custom WebHooks from ASP.NET WebHooks implementations.
GitHub webhook events definitions for .NET
This package exposes helpers for managing and triggering your custom WebHooks from within ASP.NET MVC Controllers.
This package contains a set of ASP.NET Web API Controllers for managing your custom WebHooks filters and registrations through a REST-style interface.
This package provides support for receiving generic WebHooks with no special validation logic or security requirements. This can for example be used to receive WebHooks from IFTTT's Maker Channel or a Zapier WebHooks Action.
This package provides support for persisting your custom WebHooks registrations in Microsoft Azure Table Storage.
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides Webhook activities.
TODO
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides Webhook abstractions.
GitHub webhook events toolset for .NET
Tweetinvi is an intuitive .NET C# library to access the Twitter REST API. It is a .NET Core library that can be used for development in ASP.NET, Xamarin Android, Xamarin iOS and Windows 10 Universal Apps.
This package provides support for persisting your custom WebHooks registrations in a SQL database.
This package provides support for receiving WebHooks from Stripe. For information about Stripe WebHooks, see "https://stripe.com/docs/webhooks".
Even simpler integration with Slack's Incoming webhook API for .Net Core
Provides a way to register webhook endpoints that should be invoked when certain event occur.