Telegram
Send a message through Telegram
Telegram is a secure, cloud-based messaging platform that enables fast and reliable communication across devices and platforms. With over 700 million monthly active users, Telegram has established itself as one of the world's leading messaging services, known for its security, speed, and powerful API capabilities.
Telegram's Bot API provides a robust framework for creating automated messaging solutions and integrating communication features into applications. With support for rich media, inline keyboards, and custom commands, Telegram bots can facilitate sophisticated interaction patterns and automated workflows.
Key features of Telegram include:
- Secure Communication: End-to-end encryption and secure cloud storage for messages and media
- Bot Platform: Powerful bot API for creating automated messaging solutions and interactive experiences
- Rich Media Support: Send and receive messages with text formatting, images, files, and interactive elements
- Global Reach: Connect with users worldwide with support for multiple languages and platforms
In Sim Studio, the Telegram integration enables your agents to leverage these powerful messaging capabilities as part of their workflows. This creates opportunities for automated notifications, alerts, and interactive conversations through Telegram's secure messaging platform. The integration allows agents to send messages programmatically to individuals or channels, enabling timely communication and updates. By connecting Sim Studio with Telegram, you can build intelligent agents that engage users through a secure and widely-adopted messaging platform, perfect for delivering notifications, updates, and interactive communications.
Usage Instructions
Send messages to any Telegram channel using your Bot API key. Integrate automated notifications and alerts into your workflow to keep your team informed.
Tools
telegram_message
Send messages to Telegram channels or users through the Telegram Bot API. Enables direct communication and notifications with message tracking and chat confirmation.
Input
Parameter | Type | Required | Description |
---|---|---|---|
botToken | string | Yes | Your Telegram Bot API Token |
chatId | string | Yes | Target Telegram chat ID |
text | string | Yes | Message text to send |
Output
Parameter | Type |
---|---|
ok | string |
date | string |
Block Configuration
Input
Parameter | Type | Required | Description |
---|---|---|---|
botToken | string | Yes | Bot Token - Enter your Telegram Bot Token |
Outputs
Output | Type | Description |
---|---|---|
response | object | Output from response |
↳ ok | boolean | ok of the response |
↳ result | json | result of the response |
Notes
- Category:
tools
- Type:
telegram