Back to Spring Boot Admin

RocketChat Notifications

spring-boot-admin-docs/src/site/docs/02-server/notifications/notifier-rocketchat.mdx

4.0.4552 B
Original Source

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

RocketChat Notifications

To enable Rocket.Chat notifications you need a personal token access and create a room to send message with this token

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