From d409aa28c8af773d70d9044ca79aa34c47c355c8 Mon Sep 17 00:00:00 2001 From: "caue.lugli" <54319415+cauelugli@users.noreply.github.com> Date: Fri, 28 Jan 2022 15:12:45 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index a127435..1f13b45 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,6 @@ Frontend is a full-featured multi-user _chat app_ bootstrapped with react-create **NOTE**: I can't guarantee you will not be blocked by using this method, although it has worked for me. WhatsApp does not allow bots or unofficial clients on their platform, so this shouldn't be considered totally safe. -## Motivation - -I'm a SysAdmin, and in my daily work, I do a lot of support through WhatsApp. Since WhatsApp Web doesn't allow multiple users, and 90% of our tickets comes from this channel, we created this to share same whatsapp account cross our team. - ## How it works? On every new message received in an associated WhatsApp, a new Ticket is created. Then, this ticket can be reached in a _queue_ on _Tickets_ page, where you can assign ticket to your yourself by _aceppting_ it, respond ticket message and eventually _resolve_ it.