whatsapp-business-java-api icon indicating copy to clipboard operation
whatsapp-business-java-api copied to clipboard

Whatsapp business api SDK, written in java. This SDK implements the Official Whatsapp Cloud API and WhatsApp Business Management API. These allows you to: manage your WhatsApp Business Account assets...

Results 69 whatsapp-business-java-api issues
Sort by recently updated
recently updated
newest added
trafficstars

Add implementation for the features described in the [API changelog (February 15, 2023)](https://developers.facebook.com/docs/whatsapp/business-platform/changelog): > Template Comparison Applies to all Business Management API versons. > Added a new [template comparison](https://developers.facebook.com/docs/whatsapp/business-management-api/message-templates/template-comparison) endpoint...

enhancement
good first issue
java

Hi, I am studying how to use this library. The only thing I am confused is how to use WebHook. From WebHookExample, it does not setup Token or URL. Does...

question

I got this error when trying to uploadmedia `java.lang.NoSuchMethodError: 'okhttp3.RequestBody okhttp3.MultipartBody.create(byte[], okhttp3.MediaType)' at com.whatsapp.api.impl.WhatsappBusinessCloudApi.uploadMedia(WhatsappBusinessCloudApi.java:71) ~[whatsapp-business-java-api-v0.3.2.jar:na] ` solved by adding okhttp3 4.11.0 into dependency Perhaps stable version of okhttp3 is preferred?

bug
breaking-change

Provides transitive vulnerable dependency maven:com.fasterxml.jackson.core:jackson-databind:2.10.1 -CVE-2020-25649 7.5 Improper Restriction of XML External Entity Reference vulnerability pending CVSS allocation -CVE-2021-20190 8.1 Deserialization of Untrusted Data vulnerability pending CVSS allocation -CVE-2020-10650 8.1...

bug
dependencies

There seem to be some issues with certain mime types, such as "text/csv." I understand that the API doesn't currently support this specific mime type, but it would be great...

In case if you are onboarding new customers using this library then facebook requires support for latest API version. So at a time, some of the customer may be using...

enhancement
java
breaking-change

Hey Maurício, first of all congrats in building such easy to use API. I've been looking for it for years! 😄 I'm still on testing phase and one things that...

question

Add implementation for the features described in the [API changelog (March 17, 2023)](https://developers.facebook.com/docs/whatsapp/business-platform/changelog#march-17--2023): >Applies to all Business Management API versions. > - Added a new template_category_update [webhook subscription field](https://developers.facebook.com/docs/whatsapp/business-management-api/guides/set-up-webhooks#available-subscription-fields). If...

enhancement
good first issue
java

Hi, i would like to use big part of your code in a [quarkus.io](quarkus.io) extension: * it means we will remove all libraries not compliant (ie: retrofit and okhttp3) *...

I need to send a message to the WhatsApp Group. Please help me.