Telegram Sender
ACTIONSends messages via the Telegram Bot API. Called by the Events AI to respond to the user in Telegram conversations.
Endpoints
· 1POST/sendSends a Telegram message to a chat via the Bot API
Input Schema
{
"type": "object",
"required": [
"chatId",
"text"
],
"properties": {
"text": {
"type": "string",
"description": "Message text to send"
},
"chatId": {
"type": [
"string",
"number"
],
"description": "Recipient chat ID"
},
"parseMode": {
"type": "string",
"description": "Optional parse mode (HTML, MarkdownV2, etc.)"
}
}
}Required Secrets
· 1TELEGRAM_BOT_TOKEN
✦
Similar ACTION Pieces
File Explorer
Web-based file explorer for browsing the workspace directory structure and viewing file contents with syntax highlighting. Read-only.
Voiceover Service
ElevenLabs-powered voiceover, sound effects, and music generation service. Used to add spoken narration and audio to media content.
R2 Asset Manager
Cloudflare R2-backed asset storage service. Handles uploads, URL imports, and file serving with globally accessible shareable URLs.