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
Property | Description |
---|---|
spring.boot.admin.notify.letschat.url | Host URL for Let´s Chat
|
spring.boot.admin.notify.letschat.room | Name of the room
|
spring.boot.admin.notify.letschat.token | Token for the Let´s chat API
|
spring.boot.admin.notify.letschat.enabled | Enables the notification.
|
spring.boot.admin.notify.letschat.message | Message template. SpEL template using event as root
|
spring.boot.admin.notify.letschat.username | username which sends notification
|
spring.boot.admin.notify.letschat.ignore-changes | List of changes to ignore. Must be in Format OLD:NEW, for any status use * as wildcard, e.g. *:UP or OFFLINE:*
|