Skip to content

Feature request: Telegram bridge #780

Description

@alexkorotysh

Hi @l5yth,
Hope you’re doing well!

I was wondering if it might make sense to consider adding a Telegram bridge at some point. I think it could be a useful addition for notifications and integrations, but of course, just sharing it as an idea for consideration 🙂

A basic Telegram bridge usually works like this:

  • Create a bot using Telegram via BotFather
  • Get the bot token (API key)
  • Decide where messages should be sent (chat ID, group, or channel) and from what protocol (meshtastic/meshcore) and mesh channel
  • Implement a small service or webhook sender:
    • Send HTTP requests to Telegram Bot API (/sendMessage)
  • Optionally:
    • Add formatting, alerts, routing logic
    • Handle incoming messages if two-way communication is needed

Simplified flow:

  1. System event happens
  2. Your service triggers a request to Telegram API
  3. Bot delivers the message to a chat/channel

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestmatrixRegarding the matrix bridge

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions