Openpieces logoopenpieces
Back to marketplace

Telegram Sender

ACTION

Sends messages via the Telegram Bot API. Called by the Events AI to respond to the user in Telegram conversations.

Haniel0 installs0 starsPublished 5/10/2026 · 21d ago

Endpoints

· 1
POST/send

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

· 1
TELEGRAM_BOT_TOKEN

Similar ACTION Pieces