Telegram Bot
ACTIONTelegram bot that lets you talk to the OpenPieces orchestrator through the v1 API. Long-polls Telegram, manages chats, sends/receives messages.
Endpoints
· 3GET/statusReturns polling status and active user count
POST/webhookReceive webhook events from OpenPieces (tool.called, message.completed)
POST/sendSends a message to the registered Telegram bot owner
Input Schema
{
"type": "object",
"required": [
"message"
],
"properties": {
"message": {
"type": "string",
"description": "The message text to send to the registered owner"
}
}
}Required Secrets
· 4TELEGRAM_BOT_TOKENOPENPIECES_API_KEYOPENPIECES_API_URLOP_WEBHOOK_SECRET
✦
Similar ACTION Pieces
Shared Terminal
Full-featured web terminal with Node.js, Python, Deno, git, and build tools — running in a Podman container with Ubuntu 24.04
Coolify Logs Watcher
Polls Coolify API for application logs, stores in SQLite, exposes search endpoints for support email triage. Monitors free-copier-py, free-copier-express, and free-copier-next runtime logs. Used by the Events pipeline (Sydney) to find relevant errors when drafting support responses.
Coverter
Converts HTML content to PDF using headless Chromium (Puppeteer). Accepts raw HTML or a URL, returns a downloadable PDF.