'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.

Reference: https://medium.com/the-andela-way/build-a-whatsapp-bot-in-10-minutes-using-node-js-and-twilio-9869b443bf5e

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.