/Spring-whatsApp-Api

Send Whatsapp messages via Spring boot V2.7.6

Primary LanguageJava

whatsapp Spring boot

Sending WhatsAPP messages via Spring boot V2.7.6

usages📜

UltraMsg : is a WhatsApp API provider and a gateway for working with messages.

https://user.ultramsg.com/

How to run☕️:

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"
}

Thank you✨