Telegram

What is Telegram?

Telegram is a messaging app that allows you to send and receive messages, photos, videos, and other files over the internet. It is similar to other messaging apps like WhatsApp and Facebook Messenger. Telegram also offers several additional features, such as the ability to create groups with up to 200,000 members, channels for broadcasting messages to large audiences, and bots that can perform automated tasks like sending reminders or providing information.

Add a new Telegram connection

  1. Start a chat with Botfather. Botfather is an official Telegram bot to create and manage other bots

  2. Click Menu > create a new bot or enter /newbot.

  3. Enter a name for your bot (this can be changed later).

  4. Enter a username for your bot (this cannot be changed later).

  5. Copy the token value from the answer to the Bot token field on Plumber.

  6. Click Connect and you're done 🎉!

Send a message

Field
Description
Required

Chat ID

Select a chat, group or channel you want to send a message to. Plumber will show a dropdown of recent chats that the Bot has interacted with. If your chat does not appear in the list, see here. If you know your Chat ID, you can also manually enter it.

✔️

Message

This is your message body.

It support simple Markdown formatting.

Basic formatting:

  • *text* - bold text

  • _text_ - italic text

  • `text` - monospace/code text

  • [text](URL) - links

Code blocks:

  • text - for multi-line code blocks (using triple backticks)

No support for strikethrough, underline, or spoiler text

✔️

Disable notification

Defaults to No. If set to Yes, the recipient(s) will not receive a notification for the mesas

Defaults to No.

Channel Topic

This is only applicable to Telegram channels with groups. If you are unsure, please leave this field empty.

  • To enable topics in your telegram group, go to Group Settings > Edit > "Topics". Toggle it on.

  • Create a Topic: Tap the three dots > "New Topic." Enter a title and tap "Create."

  • To get the topic ID for your group:

    1. Send a message to that topic, then right-click on it and select Copy Message Link.

    2. Paste it on a notepad and notice that it has the following structure https://t.me/c/XXXXXXXXXX/YY/ZZ. The topic ID is YY (integer).

Common errors

My chat does not appear in the dropdown list!

This dropdown list shows chats with recent activity in the past 24 hours. If your chat is missing, try the following:

For private messages, send your bot a message directly.

For group chats, ensure your bot has been added to the group. Next, either send a message in the group chat (only works if your bot has read permissions) or re-invite your bot to the group.

For channels, ensure your bot has been added as an admin to the channel and send a message to the channel with your own telegram account.

Then, click on the Refresh Items button at the bottom of the list

Check step

Clicking Check step will send a telegram message to the configured telegram chat. If you are just testing, send it to a test chat first before selecting the intended chat.

FAQ

Adding (or re-adding) bots to groups or channels

  1. Access your private message with your bot. (You can do this by clicking your bot's @username in BotFather)

  2. Tap on your bot's name at top to view profile.

  3. Click on Add to Group or Channel

Allowing bots to read group messages
  1. In BotFather, type /mybots

  2. Select your bot

  3. Bot Settings > Group Privacy

  4. Click Turn off

Can I send attachments using this Telegram action?

This Telegram action does not support sending attachments.

Last updated

Was this helpful?