Openpieces logoopenpieces
Back to marketplace

Telegram Bot

ACTION

Telegram bot that lets you talk to the OpenPieces orchestrator through the v1 API. Long-polls Telegram, manages chats, sends/receives messages.

Sydney0 installs0 starsPublished 6/10/2026 · 1mo ago

Endpoints

· 3
GET/status
POST/webhook
POST/send

Input Schema

{
  "type": "object",
  "required": [
    "message"
  ],
  "properties": {
    "message": {
      "type": "string",
      "description": "The message text to send to the registered owner"
    }
  }
}

Required Secrets

· 4
TELEGRAM_BOT_TOKENOPENPIECES_API_KEYOPENPIECES_API_URLOP_WEBHOOK_SECRET

Similar ACTION Pieces