Telegram¶
It’s possible to put your Telegram bot communication into Zammad. To do so, you need to follow the steps below.
Note
Your Zammad instance needs to be publicly available via HTTPS (usage of Telegram webhooks).
The attachment size is limited to 20MB by Telegram’s Bot API.
Register a Telegram Bot App¶
Register your Telegram bot via your Telegram client according to the steps below. You can find additional information in Telegram’s bot documentation.
- Go to BotFather
- Register a new bot
Register a new bot by using
/newbotand define its name and username.
- Get your API token
When you’re all done, you will get your Telegram bot API token
Configure Zammad as Telegram Bot¶
Go to Channels > Telegram in Zammad’s settings and click Add Bot. Enter
your API token, a welcome message and a goodbye message and choose a group in
which the tickets will be created.
After successfully creating the bot by clicking the Submit button, you can
see your bot now in the channel detail section.
That’s it. Now you can start using the Telegram channel in Zammad. To add another bot or edit, deactivate or delete the created bot, use the respective buttons to do so.