hi, anyone know how to create a new action in workflow in order to trigger telegram notification to assigned user, mention and etc?
New Workflow Action for Telegram Notification
Collapse
X
-
Tags: None
-
Hi,
You can create custom service action https://github.com/espocrm/documenta...ice-actions.md and call telegram API there. You can utilize lib like: https://github.com/Eleirbag89/TelegramBotPHPIf you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks. -
Hi,
You can create custom service action https://github.com/espocrm/documenta...ice-actions.md and call telegram API there. You can utilize lib like: https://github.com/Eleirbag89/TelegramBotPHPComment
-
Hi,
You can create custom service action https://github.com/espocrm/documenta...ice-actions.md and call telegram API there. You can utilize lib like: https://github.com/Eleirbag89/TelegramBotPHPComment
-
In workflow service action you can use $entity variable, see https://github.com/espocrm/documenta...-service-classComment
-
In workflow service action you can use $entity variable, see https://github.com/espocrm/documenta...-service-classComment
-
shall i using workflow or any other method like hook for 3rd party notification rather than only Email?Comment
-
In service action should be a PHP code for sending a message to Telegram. You can implement it via workflow or via a hook.Comment
-
Comment
-
If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.Comment
-
do you have video tutorial on this telegram bot?Last edited by edward7097; 11-29-2019, 11:59 AM.Comment
-
I tried the same placeholders I use on an Email Template and it didn't work.
May you explain where can I find the available placeholders, please?
ThanksComment
-
If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.Comment
Comment