We use Bitrix24 as our CRM. Is it possible to connect Amelia with this CRM. If a client set an appointment, Amelia should create a lead or contact in Bitrix24. If it is possible how can we do this?
JS files are modified (minimized) in public version of plugin (in our development environment is accessible), but unfortunately I can not send you our source code because that is the policy of our company.
All those files that have extension .vue are compressed and minimized in JS files that is very hard and not recommended modifying. So in order to add some other features you can unminify the js and customize it.
Hello,
We use Bitrix24 as our CRM. Is it possible to connect Amelia with this CRM. If a client set an appointment, Amelia should create a lead or contact in Bitrix24. If it is possible how can we do this?
Thanks for your support.
Cheers,
Chris
Hi Christoph,
thank you for reaching out to us
Amelia does not have an integration with CRM at the moment, I'm afraid.
Unfortunately we don't have hooks (action and filters) at the moment. What we have is a few JS hooks that is triggered depends on the view:
JS files are modified (minimized) in public version of plugin (in our development environment is accessible), but unfortunately I can not send you our source code because that is the policy of our company.
All those files that have extension .vue are compressed and minimized in JS files that is very hard and not recommended modifying. So in order to add some other features you can unminify the js and customize it.