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
facebook-ads-manager
Facebook Ads API manager with OAuth — list campaigns, get insights, ad account info, and ads with creative details. Login to any Facebook/Instagram account.
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.