Every customer message in one place
Website, Telegram, WhatsApp, MAX — messages from different places arrive in one workspace, and everything one person writes stays in one conversation.
What breaks when there are many channels and no place to collect them
- Messages get lost — A question arrived in the messenger of an employee who is on holiday — nobody learns about it.
- The customer repeats themselves — They wrote on WhatsApp yesterday and from the site today: with no shared history they are questioned from scratch again.
- The correspondence leaves with people — Conversations in personal messengers do not belong to the company: the employee leaves and the history goes.
- Nobody knows how many messages there were — While the correspondence is scattered, the question «how many people contacted us this week» has no answer.
How the shared flow works
Every connected site has its own workspace, and the data of different clients physically does not cross: conversations, messages and attachments carry a direct workspace key enforced by the database. One worker cannot pick up another workspace's task, however hard it tries.
Inside a workspace, one person's correspondence does not scatter across cards: the rules for linking conversations are declared once and work the same way in the router and in every channel.
Reliability instead of promises
- Accepted means written down — A message is confirmed after it is written to disk, not after the database answers.
- Retries without duplicates — If an external channel did not accept the message, the task returns to the queue and repeats; exhausted attempts are visible in a separate list instead of disappearing.
- Read only after the handover — The read border in an external channel moves only once the message really is in work.
- Files only for their owners — An attachment is served to the owner inside the same workspace; private images do not settle in shared caches.
Frequently asked questions
Where is the correspondence stored?
In your project's workspace on our servers, separated per project. Access to attachments is checked against the same workspace.
Can I export the history?
Write to us in the chat: an export of your project's correspondence is done on request.
How many channels can I connect?
The site and Telegram yourself, WhatsApp and MAX on request. There is no limit on the number of channels.
What happens if one channel fails?
The rest keep working, and the messages of the failing channel queue up and go out once it is back.
Read next
Add the chat to your website
Sign up with email or Telegram, set it up in the dashboard, paste one line of code. Free right now.