'Automatic reply in Viber/WhatsApp chat without bots
It is possible to implement automatic reply to messages when somebody has sending message to user? I am already implemented that for Telegram but cant find any solution for Viber and Whatsapp.
Solution 1:[1]
I've developed a WhatsApp chatbot using WATI - WhatsApp API provider https://docs.wati.io/.
I wrote a program using Node.js where on receiving certain words(messages) from the user, the verified WATI number sends a particular message. It can be easily developed with the help of webhooks and express server. You can use various provider such as Twilio to get a verified WhatsApp number and an API.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | CsG. |
