-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Source
GitHub Discussion: #211
Report
User @rj10rd reports Telegram notifications are not received when updates are available or containers are updated.
Investigation
QA tested the Telegram trigger end-to-end:
- Trigger registers correctly from
DD_TRIGGER_TELEGRAM_{name}_BOTTOKEN+DD_TRIGGER_TELEGRAM_{name}_CHATIDenv vars - Trigger fires after watcher scan detects updates —
sendMessage()calls the Telegram Bot API via axios POST - Error handling works — API errors logged as WARN with component name, repeated errors suppressed within 15s window
- Auto execution enabled by default (
auto: all,threshold: all,once: true)
No code bug found. Likely a configuration issue on the user's end (wrong chat ID, bot not in group, invalid token format, etc.).
Status
Awaiting user response with their config and logs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested