Skip to content

feat: Support for Interactive Telegram Buttons (Approve/Skip) #790

Description

@cansi22

Currently, Telegram notifications sent via Shoutrrr are purely informative. I would like to propose the implementation of Inline Keyboards (interactive buttons) in Telegram notifications to allow users to Approve or Skip a service version directly from the chat.

Proposed Workflow

Argus detects a new version and sends a Telegram message.

The message includes two buttons: ✅ Approve and ⏭️ Skip.
Image

Clicking a button sends a callback to Argus (via Webhook or API) to perform the action without opening the Web UI.

Why this is useful It significantly improves the deployment workflow for users who manage multiple services on the go, allowing for "one-tap" approvals directly from mobile devices.

Additional Context Since Argus uses Shoutrrr, this might require passing the reply_markup parameter or implementing a small callback handler within Argus to process Telegram's callback_query.

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 request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions