Description
Perfex CRM and TelegramBot Chat Module
Note: This is a module for Perfex CRM.
Requires Perfex version 2.7.3 or above After module installation still it requires some manual steps (due to limitations of Perfex)
Telegram Module Found under Utilities in left menu after installation.
Brief description
Video demo at https://youtu.be/5jC7vUiy7ts
Telegram is a freeware, cross-platform, cloud-based instant messaging software and application service. The service also provides end-to-end encrypted video calling, VoIP, file sharing and several other features.
Fresh Installation Instruction
Admin Controllers Files
Note: files below to be added in application/controllers/admin
- Install module from Perfex Module option.
- After installing download the files from Version 2.9.0 Here
- Add Staff.php to application/controllers/admin folder
- Add Utilities.php to application/controllers/admin folder
- Add Task.php to application/controllers/admin folder
Client Controller Files
Note: file below to be added in application/controllers
- Add Clients.php to application/controllers folder
Models Files
- Add Cron_model.php to application/models/ folder
- Add Telegram_model.php to application/models/ folder
Helpers Files
- Add telegram_helper.php to application/helpers/ folder
Configuration Files
- Add autoload.php to application/config/ folder
Installation Instruction
- Create a bot by sending /newbot command to @BotFather
- Copy the BotToken and add it to Token filed in telegram module.