
Develop a Whatsapp Chat boot
12 May, 2024
0
0
0
Contributors
I developed a Whatsapp chat boot using the CM.com message gateway.
The REST API is written in Java 22 and SpringBoot framework. The main route processes incoming messages from the user and detects the type of message and the content. Based on the content message, it build a message response. It supports simple text messages, button messages and list messages.
Here you can find more information about CM.com.
Feel free to clone, fork, comment, contribute to this repo
Bye