Our.Umbraco.HealthCheckSlackNotificationMethod
5.0.1
dotnet add package Our.Umbraco.HealthCheckSlackNotificationMethod --version 5.0.1
NuGet\Install-Package Our.Umbraco.HealthCheckSlackNotificationMethod -Version 5.0.1
<PackageReference Include="Our.Umbraco.HealthCheckSlackNotificationMethod" Version="5.0.1" />
<PackageVersion Include="Our.Umbraco.HealthCheckSlackNotificationMethod" Version="5.0.1" />
<PackageReference Include="Our.Umbraco.HealthCheckSlackNotificationMethod" />
paket add Our.Umbraco.HealthCheckSlackNotificationMethod --version 5.0.1
#r "nuget: Our.Umbraco.HealthCheckSlackNotificationMethod, 5.0.1"
#:package Our.Umbraco.HealthCheckSlackNotificationMethod@5.0.1
#addin nuget:?package=Our.Umbraco.HealthCheckSlackNotificationMethod&version=5.0.1
#tool nuget:?package=Our.Umbraco.HealthCheckSlackNotificationMethod&version=5.0.1
Umbraco Slack Health Check Notification
A Health Check Slack Notification Method for Umbraco v17
This package adds a Health Check Slack Notification Method to Umbraco so that the status of Health Checks can be posted to a specific Slack Channel.
Installation
dotnet add package Our.Umbraco.HealthCheckSlackNotificationMethod
Setup
Once installed you will need to add settings into the appsettings.json file
Create a Slack App, once created go to "OAuth & Permissions" and add a "OAuth Scope" with the value "chat:write.customize" within the "Bot Token Scopes" section. If you will be posting to multiple channels from the same App, you may need to also add the "chat:write.public" scope. Copy the "Bot User OAuth Token" to the appsettings.json file.
Configuration
Edit appsettings.json to add the notification method and enable notifications. You need to replace the settings with your own OAuth Token and channel. Your settings file should look like the below:
"Umbraco": {
"CMS": {
"Hosting": {
"Debug": false
},
"Global": {
"Id": "060fe809-7a36-4af6-a129-14582abc7058"
},
"HealthChecks": {
"Notification": {
"Enabled": true,
"NotificationMethods": {
"slack": {
"Enabled": true,
"Verbosity": "Detailed",
"Settings": {
"botUserOAuthToken": "xxxx-1111111111-11111111111-abcDEFGhIJ67890",
"channel": "#test",
"username": "Umbraco v17 Health Check Status"
}
}
}
}
}
}
}
Credits and References
This project uses SlackNet which is MIT licensed.
Earlier Versions
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
-
net10.0
- SlackNet (>= 0.17.10)
- Umbraco.Cms.Core (>= 17.0.0)
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 |
|---|---|---|
| 5.0.1 | 197 | 4/24/2026 |
| 5.0.0 | 612 | 12/18/2025 |
| 4.1.0 | 5,016 | 7/13/2023 |
| 4.0.5 | 733 | 11/25/2022 |
| 4.0.4 | 513 | 11/25/2022 |
| 4.0.3 | 501 | 11/25/2022 |
| 4.0.2 | 480 | 11/21/2022 |
| 4.0.1 | 623 | 6/20/2022 |
| 4.0.0 | 648 | 6/20/2022 |
| 4.0.0-beta1 | 337 | 5/6/2022 |
| 3.0.0 | 583 | 9/28/2021 |
| 3.0.0-beta1 | 472 | 7/14/2021 |
| 2.0.1 | 610 | 9/9/2021 |
| 2.0.0 | 756 | 1/2/2020 |
| 2.0.0-beta3 | 599 | 12/9/2019 |
| 2.0.0-beta2 | 610 | 12/6/2019 |
| 2.0.0-beta1 | 735 | 2/26/2019 |
| 1.1.1 | 6,773 | 6/12/2018 |
| 1.1.0 | 2,173 | 4/10/2018 |
| 1.0.1 | 2,371 | 11/21/2017 |