Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 624 Bytes

File metadata and controls

17 lines (14 loc) · 624 Bytes
sidebar_custom_props
icon
notifications

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";

Let’s Chat Notifications

To enable Let’s Chat notifications you need to add the host url and add the API token and username from Let’s Chat

<PropertyTable title="Let’s Chat notifications configuration options" properties={metadata.properties} filter={['notify.letschat']} includeOnly={true} />