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.
Block Preview
Telegram
Send a message through Telegram
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the telegram block with monitoring enabled in production.
Inputs (UI)
Bot Token
short-inputGetting 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-inputGetting 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-inputPlaceholder: Enter the message to send
Layout: full
Inputs (API)
botToken
stringRequired
chatId
stringRequired
text
stringRequired
Outputs
Primary response type:
{
"ok": "boolean",
"result": "json"
}