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.
Asked
Active
Viewed 341 times
2 Answers
0
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.

CsG.
- 86
- 5