Skip to content

Java WhatsApp Library#

license release

Java WhatsApp library for integration with WhatsApp messenger via API of green-api.com service. To use the library you have to get a registration token and an account ID in the personal cabinet. There is a free developer account tariff plan.

This library uses the Spring Framework

API#

You can find REST API documentation by url. The library is a wrapper for REST API, so the documentation at the above url applies to the library as well.

Authorization#

To send a message or to execute some other Green API methods, you have to have the WhatsApp account in the phone application to be authorized. To authorize your account please go to the personal area and scan a QR-code using the WhatsApp application.

How to send a message#

How to create a group and send a message#

How to send a file by downloading from disk#

How to send file by uploadFile + sendFileByUrl#

How to send poll#

How to receive incoming notifications#

Complete list of library methods#

Service methods documentation#

Service methods documentation

License#

Licensed under Creative Commons Attribution-NoDerivatives 4.0 International (CC BY-ND 4.0). See file LICENSE.