An plugin for osTicket work for version 1.18+ which posts notifications to a Telegram channel/chat/group using Telegram Bot.
- Clone this repo or download the zip file and place the contents into your
include/plugins
folder. - Change Telegrams Bot URL using your own bot (ex.
https://api.telegram.org/botYOUR_BOT_TOKEN/sendMessage
) in the telegrambot.php file - Change Telegram Chat ID on $chatid = 'YOUR_TELEGRAM_CHAT_ID'; using your Chat ID
- Install the plugin on OSTicket
For more information about Telegram Bot, see: https://core.telegram.org/bots/api
This plugin uses CURL and tested on osTicket (v1.17.3) and (v1.18) This Plugin sent Data From Custom Form "Ticket Details". You can adjust it by yourself
Based on [(https://github.com/foamrider/osticket-telegram)]