https://github.com/datalust/seq-app-slack
An app for Seq (https://datalust.co/seq) that forwards messages to Slack.
https://github.com/datalust/seq-app-slack
c-sharp logging seq slack
Last synced: 4 days ago
JSON representation
An app for Seq (https://datalust.co/seq) that forwards messages to Slack.
- Host: GitHub
- URL: https://github.com/datalust/seq-app-slack
- Owner: datalust
- License: apache-2.0
- Created: 2014-05-26T21:14:50.000Z (about 12 years ago)
- Default Branch: dev
- Last Pushed: 2026-06-07T22:50:48.000Z (7 days ago)
- Last Synced: 2026-06-08T00:22:17.852Z (7 days ago)
- Topics: c-sharp, logging, seq, slack
- Language: C#
- Homepage:
- Size: 117 KB
- Stars: 14
- Watchers: 1
- Forks: 20
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Seq.App.Slack [](https://www.nuget.org/packages/Seq.App.Slack/)
Send events and notifications from [Seq](https://datalust.co/seq) to [Slack](https://slack.com).
## 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](https://docs.datalust.co/docs/installing-seq-apps).
For more information see [Notifying with Slack](https://docs.datalust.co/docs/slack-notifications).
## Acknowledgements
Originally developed, and co-maintained by, https://github.com/bytenik.