130 packages tagged with “Webhooks”
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.
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 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.
A C# API for Discord based off DiscordSharp, but rewritten to fit the API standards.
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.
A .NET wrapper for the MailChimp API 1.3, Export API 1.0 and Mandrill API 1.0.
This package provides support for persisting your custom WebHooks registrations in Microsoft Azure Table Storage.
GitHub webhook events definitions for .NET
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.
This package provides support for persisting your custom WebHooks registrations in a SQL database.
GitHub webhook events toolset for .NET
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.
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.
Even simpler integration with Slack's Incoming webhook API for .Net Core
This package provides support for receiving WebHooks from Stripe. For information about Stripe WebHooks, see "https://stripe.com/docs/webhooks".
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 EF Core persistence.
Pandexio core components for .Net
Provides a way to register webhook endpoints that should be invoked when certain event occur.
This package provides support for receiving Salesforce SOAP-based Outbound Messages as a WebHook. For information about Salesforce WebHooks, see "https://go.microsoft.com/fwlink/?linkid=838587".
Pandexio Owin components for .Net
Provides core services for sending webhook events.
Provides shared models between webhooks sender and receiver apps.
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 API endpoints for managing webhook definitions.
This package provides support for receiving WebHooks from MailChimp. For information about MailChimp WebHooks, see "https://apidocs.mailchimp.com/webhooks/".
This package provides support for receiving WebHooks from GitHub. For information about GitHub WebHooks, see "https://developer.github.com/webhooks/".
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides the PostgreSQL EF Core provider for Webhook persistence.