Skip to main content
Slack.Webhooks package icon

Slack.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; ```

Total Downloads
14.7M
14,656,547
Published
Mar 2, 2020
Latest stable version

Install

.NET CLI
dotnet add package Slack.Webhooks --version 1.1.3
Package Manager Console
Install-Package Slack.Webhooks -Version 1.1.3
PackageReference
<PackageReference Include="Slack.Webhooks" Version="1.1.3" />

Frameworks

.NETFramework4.5 .NETStandard1.3

Dependencies

Newtonsoft.Json
.NETFramework4.5
[10.0.3, )
NETStandard.Library
.NETStandard1.3
[1.6.1, )
Newtonsoft.Json
.NETStandard1.3
[10.0.3, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

Compatibility metadata lists 2 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.