Back to Spring Boot Admin

Telegram Notifications

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

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

Telegram Notifications

To enable Telegram notifications you need to create and authorize a telegram bot and set the appropriate configuration properties for auth-token and chat-id.

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