-
Notifications
You must be signed in to change notification settings - Fork 13
Description
I try to setup Telegram notifications without success.
Adding the LogNotifier bot to a new group chat is straight forward. I get my custom client ID within that chat directly. I don't want to install promtail but use the "call our API directly" option. I can't figure out how to configure the Telegram destination URL correctly. I have tried to put different links in the config, but I always get
logforge-notifier [WARNING] [notifier] [rule:rule_XYZ] failed to send notification to destination: Telegram
Testing with curl (and suggested destination URL):
curl -X POST https://lognotifier.com/api/users/MYCLIENTID/log/
Slim Application Error
A website error has occurred. Sorry for the temporary inconvenience.
while curl -X POST https://lognotifier.com/api/users/MYCLIENTID/ just gives no response.
Hopefully I'm just missing some hints for the Telegram notifier configuration. Maybe someone here could help me ..