Telegram
The Telegram task allows you to send messages to a specific group on Telegram. Configuration requires selecting the target group and the message text to send.
Configuration
1. Group: Select the Telegram group to which to send the message.
2. Message Text: Text area in which to write the message to send. The field can be filled in manually or populated dynamically via workflow parameters and variables.
Output Parameters
Upon completion of execution, the task makes the following Output Parameters available, which can be used as inputs in subsequent tasks in the Workflow.
- result: This parameter can return an error message or an informational message regarding the outcome of the task execution (for example: "Telegram message sent")
- resultJson: Represents the result of the task execution in JSON format, including general information, configurations, and details on the execution.
Notes
- Ensure that the Telegram bot has the necessary permissions to send messages to the configured group.