Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 604 Bytes

File metadata and controls

17 lines (14 loc) · 604 Bytes
sidebar_custom_props
icon
bell

import metadata from "@sba/spring-boot-admin-server/target/classes/META-INF/spring-configuration-metadata.json"; import { PropertyTable } from "@sba/spring-boot-admin-docs/src/site/src/components/PropertyTable";

Slack Notifications

To enable Slack notifications you need to add an incoming Webhook under custom integrations on your Slack account and configure it appropriately.

<PropertyTable title="Slack notifications configuration options" properties={metadata.properties} filter={['notify.slack']} includeOnly={true} />