mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #1321] Integration of Telegram or Discord for alerts #823
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#823
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @scoopdreams on GitHub (Oct 17, 2022).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1321
We have moved lots of our servers' notifications via Grafana to Telegram/Discord, in order to avoid email clutter as well as improve visibility.
Could you all consider adding an alert route towards those two platforms? Thanks!
@joeldeteves commented on GitHub (Oct 24, 2022):
You can do this using the TacticalRMM API and an integration such as Zapier, N8N, etc.
Have you considered looking into any of these options?
IMO the platform shouldn't be bloated with integrations for various alert platforms - it already supports SMS and email as well as an API which covers virtually all use cases (you can use it with any alert platform you want).
@bradhawkins85 commented on GitHub (Oct 24, 2022):
You can use the script below for Discord alerts:
Use the script arguments below to change the content of the notification:

@scoopdreams commented on GitHub (Oct 25, 2022):
Thanks for this! Ah yes I did not realise Tactical allows for custom direct API calls. That will work very well for notifications via almost any platform. Appreciate the assistance and will close this feature request.