Sending WhatsAPP messages via Spring boot V2.7.6
UltraMsg : is a WhatsApp API provider and a gateway for working with messages.
https://user.ultramsg.com/
you can test APi from swagger flowing this link
http://localhost:8000/swagger-ui/index.html
or you can test also from postman flowing this link
http://localhost:8000/send
add new POST request method with this json body
{
"token":"YOUR TOKEN",
"to":"MOBILE NUMBER IN INTERNATIONAL FORMAT",
"body":"THE BODY OF MESSAGE"
}