pokoli
(Sergi Almacellas Abellana)
2
Yes tryton has CRM functionalities. This has been discussed recently in the forum
Tryton is a python application so you can host in any server that can run a python application. I will recomend using our docker image to run it
You can use the Remote Procedure API or build a custom API
Indeed this is a quite specific workflow so you should probably develop a custom module to adapt the system to your own needs.
You can find some third party modules on PyPI by using the tryton classifier. In fact there is a module for sending SMS with Twilio
Hope it helps
1 Like