Skip to content

Telegram ​

Send messages, manage groups, and build bots with the Telegram Bot API.

DetailValue
CategoryCommunication
Base URLhttps://api.telegram.org/bot{bot_token}
AuthenticationBearer Token
Endpoints6
Connector keytelegram

Using Telegram in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Telegram from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
POST /sendMessageSend a text message
GET /getUpdatesGet incoming updates
GET /getMeGet bot information
POST /sendPhotoSend a photo
POST /setWebhookSet webhook URL for updates
GET /getChatGet chat information

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.