How to solve real-time Freshchat conversations data one-way sync?

Hi @samuelpares,

With option 1, it is possible in the following way.

Instead of using Request method, the API can be made using any other popular external HTTP library. Rate-limit will not be an issue with this solution. Since there will no necessary for security handling in the backend, it is fine to an external library in this case.

1 Like