Actions40
- Chat Actions
- Custom Request Actions
- Group Actions
- File Actions
- Login Actions
- Message Actions
- User Actions
- Contact Actions
Overview
This node operation "Get Message Link" in the Telegram CoPilot node retrieves a direct link to a specific message within a Telegram chat. It requires the chat ID and the message ID as inputs. This operation is useful for scenarios where you want to share or reference a particular message directly, such as in automated workflows that notify users about important messages or archive message links for later use.
Use Case Examples
- Automatically generate a shareable link to a message after it is posted in a Telegram group.
- Retrieve a message link to include in a report or notification system referencing specific Telegram messages.
Properties
| Name | Meaning |
|---|---|
| Chat ID | The unique identifier of the Telegram chat containing the message. |
| Message ID | The unique identifier of the message within the specified chat. |
Output
JSON
link- The URL link to the specified Telegram message.
Dependencies
- Requires an API key credential for Telegram via the telePilotApi credential.
Troubleshooting
- Common errors include session closure or unauthorized access, which require re-login via the login process described in https://telepilot.co/login-howto.
- Errors related to invalid chat or message IDs may occur if the IDs are incorrect or the message no longer exists.
- File system errors or API restrictions may appear if sending media messages, but are not relevant for this operation.
Links
- TelePilot Login Guide - Instructions for logging in and managing Telegram sessions for this node.