Blocks

Telegram

Send a message through Telegram

Send messages to any Telegram channel using your Bot API key. Integrate automated notifications and alerts into your workflow to keep your team informed.

Back to Catalog
Toolstelegram

Block Preview

Telegram

Telegram

Send a message through Telegram

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Configure any required credentials or tokens in the inputs.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the telegram block with monitoring enabled in production.

Inputs (UI)

Bot Token

short-input

Getting Bot Token: 1. If you haven't already, message "/newbot" to @BotFather 2. Choose a name for your bot 3. Copy the token it provides and paste it here

Placeholder: Enter your Telegram Bot Token

Layout: full

Chat ID

short-input

Getting Chat ID: 1. Add your bot as a member to desired Telegram channel 2. Send any message to the channel (e.g. "I love Neura Parse") 3. Visit https://api.telegram.org/bot<YOUR_BOT_TOKEN>/getUpdates 4. Look for the chat field in the JSON response at the very bottomwhere you'll find the chat ID

Placeholder: Enter Telegram Chat ID

Layout: full

Message

long-input

Placeholder: Enter the message to send

Layout: full

Inputs (API)

botToken

string

Required

chatId

string

Required

text

string

Required

Outputs

Primary response type:

{
  "ok": "boolean",
  "result": "json"
}

Tool Access

telegram_message
Telegram | NowFlow Blocks