Telegram¶
It’s possible to put your Telegram bot communication into Zammad. To do so, you need to follow these steps.
Bemerkung
Your Zammad instance needs to be publicly available via HTTPS (we use Telegram WebHooks).
Warnung
📎 Zammad cannot receive file attachments larger than 20MB in Telegram messages.
This is a hard limit imposed by the Telegram Bot API.
Register a Telegram bot app¶
Register your Telegram bot via your Telegram client, see also here: https://core.telegram.org/bots#3-how-do-i-create-a-bot
Go to BotFather

Register a new bot by using „/newbot“ and define its name and username

When you’re all done, you will get your Telegram bot API token

Configure Zammad as Telegram bot¶
Go to „Admin -> Channels -> Telegram“ and click „Add Bot“

Enter your „API Token“, your „welcome message“ and set the incoming group.

Done, your Zammad is now configured as a Telegram bot.
Start using your new channel¶
Go to your Telegram client, search for your new Telegram bot and start writing a message.



After a few seconds a new message in Zammad appears.

Just click on reply button (as you do it for emails) to send a reply.

The message will appear in your Telegram client.
