Keep-1056: Add telegram integration and action#165
Merged
Conversation
- Updated README to include Telegram messaging feature. - Modified plugin allowlist to include Telegram. - Implemented Telegram plugin with functionality to send messages via bot API. - Added necessary components: credentials, icon, and test functions for Telegram. - Created step function for sending messages, including error handling and validation.
- Added a new "Parse Mode" option to the message configuration, allowing users to select between plain text and MarkdownV2. - Updated the message placeholder to include instructions for escaping special characters when using MarkdownV2. - Modified the send message function to handle the parse mode and improve error messaging for MarkdownV2 parsing issues.
❌ PR Environment Deployment FailedThe PR environment deployment encountered an error. Please check the workflow logs for details. Common issues:
|
🚀 PR Environment DeployedYour PR environment has been successfully deployed! Environment Details:
Components:
The environment will be automatically cleaned up when this PR is closed or merged. |
WIP: Keep 1056 add telegram integration and action
OleksandrUA
approved these changes
Jan 24, 2026
| key: "chatId", | ||
| label: "Chat ID", | ||
| type: "template-input", | ||
| placeholder: |
There was a problem hiding this comment.
@joelorzet all works but I couldn't send by @handle only by ID I get from @userinfobot
Author
There was a problem hiding this comment.
Yes, you're right. I think we should improve this one before launch to at least support @tagging someone, and add another actions with more functionalities in another pr
🧹 PR Environment Cleaned UpThe PR environment has been successfully deleted. Deleted Resources:
All resources have been cleaned up and will no longer incur costs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This pull request register a new plugin.
Details:
SendMessage