Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add html body support for Telegram Notification #4600

Open
wvolkov opened this issue Mar 20, 2024 · 1 comment Β· May be fixed by #5637
Open

Add html body support for Telegram Notification #4600

wvolkov opened this issue Mar 20, 2024 · 1 comment Β· May be fixed by #5637
Labels
area:notifications Everything related to notifications feature-request Request for new features to be added type:enhance-existing feature wants to enhance existing monitor

Comments

@wvolkov
Copy link

wvolkov commented Mar 20, 2024

πŸ“‘ I have found these related issues/pull requests

I haven't found anything related to Telegram html body support among current opened issues.

🏷️ Feature Request Type

Change to existing notification-provider

πŸ”– Feature description

It would be great to add option of rich html support while posting messages to TG bot api for more convenient view of nearly-add code-foramtting support at telegram.

βœ”οΈ Solution

Add toggle to TG client to support HTML and then pass to body that flag:

{
   "chat_id": -665177050,
    "text": "🌐 some cool HTML-formatted error message with ```code support```",
    "parse_mode": "HTML"
}

❓ Alternatives

No response

πŸ“ Additional Context

No response

@wvolkov wvolkov added the feature-request Request for new features to be added label Mar 20, 2024
@CommanderStorm
Copy link
Collaborator

FYI:
If we can make the telegram notification provider have "cards" instead of simple text-messages, I don't think this needs a toggle in the notifications.
See #4538 for what I mean with cards.

Doing such detaileded work with notification providers is sadly not something that the core team can do for time reasons.
=> we rely on contributions from users of said notification provider, which know what is possible using said provider.

@CommanderStorm CommanderStorm added area:notifications Everything related to notifications type:enhance-existing feature wants to enhance existing monitor labels Mar 20, 2024
@skgsergio skgsergio linked a pull request Feb 20, 2025 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:notifications Everything related to notifications feature-request Request for new features to be added type:enhance-existing feature wants to enhance existing monitor
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants