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 parse_mode option to io.kestra.plugin.notifications.telegram.TelegramSend #159

Open
alexdremov opened this issue Sep 26, 2024 · 1 comment
Labels
area/plugin Plugin-related issue or feature request enhancement New feature or request good first issue Great issue for new contributors

Comments

@alexdremov
Copy link

Feature description

Currently, all messages are sent in plain text mode. Allowing to do text formatting will be very useful. To do that, parse_mode option should be passed in telegram request.

Telegram reference: https://core.telegram.org/bots/api#formatting-options
Relevant code:

public record TelegramMessage(String chat_id, String text) {

@alexdremov alexdremov added the enhancement New feature or request label Sep 26, 2024
@anna-geller anna-geller added the area/plugin Plugin-related issue or feature request label Sep 27, 2024
@anna-geller anna-geller transferred this issue from kestra-io/kestra Sep 27, 2024
@tchiotludo tchiotludo added good first issue Great issue for new contributors and removed kind/good-first-issue labels Oct 1, 2024
@dipeshsingh253
Copy link

Hi @alexdremov , I would love to contribute to this issue. Can you please assign it to me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/plugin Plugin-related issue or feature request enhancement New feature or request good first issue Great issue for new contributors
Projects
Status: Backlog
Development

No branches or pull requests

4 participants