0

I have some questions:

  1. How to send a message to Whatsapp using Spring Boot? Is there an API ready to be used?

  2. Is the traffic of the message, whether for receiving or sending, is paid? If so, how does the payment for this service, charged by characters or bit size of the information?

piet.t
  • 11,718
  • 21
  • 43
  • 52
Ezequielab
  • 21
  • 1
  • 2
  • 6
  • Does this answer your question? [Does WhatsApp offer an open API?](https://stackoverflow.com/questions/37078108/does-whatsapp-offer-an-open-api) – jAC Jul 24 '20 at 09:35

1 Answers1

0

I found this article: whatsappmate article online, it seems like you can register your phone number with the API gateway but there will be a limitation to the number of messages you can send.

Also, there is a Whatsapp service from Twilio which is not free. You can check out their pricing here. I have used their APIs for SMS and VOICE calls and they were rich. So, I could expect their WHATSAPP API to be richer also.

  • Sensational! Thank you @Adhitha Dias! Will it be to test during the development, Twilio's Whatsapp service, there is an option for sending messages free? If so, do you know how many messages can be tested per day? – Ezequielab Jul 24 '20 at 18:48