Seq.App.Slack 2.0.0

dotnet add package Seq.App.Slack --version 2.0.0
                    
NuGet\Install-Package Seq.App.Slack -Version 2.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Seq.App.Slack" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Seq.App.Slack" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Seq.App.Slack" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Seq.App.Slack --version 2.0.0
                    
#r "nuget: Seq.App.Slack, 2.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Seq.App.Slack@2.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Seq.App.Slack&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Seq.App.Slack&version=2.0.0
                    
Install as a Cake Tool

Seq.App.Slack NuGet

Send events and notifications from Seq to Slack.

Getting started

  1. Install the app into Seq through the Seq UI: Settings > Apps > Install from NuGet; the package id is Seq.App.Slack
  2. In Slack, select Admin > Apps and Workflows > Build > Create new App > From Scratch
  3. In the app registration, choose Incoming Webhooks (this is the new endpoint, not the legacy one)
  4. Add a new incoming webhook configuration and copy the webhook URL
  5. Back in Seq, under Settings > Apps, select Add Instance next to the Slack app icon
  6. Configure the app instance, providing the webhook URL

Consult the Seq documentation for further information about installing Seq apps.

For more information see Notifying with Slack.

Acknowledgements

Originally developed, and co-maintained by, https://github.com/bytenik.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0 0 6/7/2026
2.0.0-dev-00045 29 6/7/2026
2.0.0-dev-00044 26 6/7/2026
1.0.0 4,137 4/12/2022
1.0.0-dev-00017 983 10/13/2021
0.2.50 1,815 6/22/2020
0.2.48 1,297 12/12/2019
0.2.46 957 10/2/2019
0.2.42 940 6/23/2019
0.2.41 856 6/23/2019
0.2.31 1,833 8/2/2018
0.2.26 1,362 6/12/2018
0.2.23 1,720 11/16/2017
0.2.13 1,371 11/14/2017
0.1.10 1,526 8/8/2017
0.1.9 3,250 12/21/2015
0.1.8 1,914 8/3/2015
0.1.6 1,670 2/6/2015
0.1.5 1,521 2/5/2015
0.1.4 1,730 5/27/2014
Loading failed