📜 ⬆️ ⬇️

Download JivoSite dialogs via API



In our work, we widely use the JivoSite service - as the main tool for communication with customers (it is really good). Everything is good, but it has one feature that does not suit us. You can view chats and calls in it separately in the archive.

We needed to print all the chats and put them in a pile on the supervisor's table, so that she would follow the work of the sales department, make some notes, correct the work of the operators on these notes, and so on. And browsing the chats in the archive - we did not fit.

As a solution, I took a bottle of vermouth, a couple of evenings and an API, which JivoSite offers. It turned out that it was quite easy to get all the chats via web-hooks, the main thing is to set them up correctly.
')
I decided not to zhlobstovovat and arrange everything as a web service on symfony, which everyone could use. If you are a representative of a bank or another company where 100% security is required - please in a personal, I will give you all the sources, you can easily raise such a service.

Objective of the project:



How the service works:



Service implementation:


At the moment, the service works very "straightforward":


This is quite enough at the initial stage. In the future we plan to add queues so that the process of accepting JSON and PDF disassembly is carried out more adequately.

Service petmark.ru

There is an interest to make chatting more intelligent. If you are interested too, please report!

Source: https://habr.com/ru/post/425941/


All Articles