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

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...

dependencies
github-actions
github_actions

Caused by: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "message_status" (class com.whatsapp.api.domain.messages.response.Message), not marked as ignorable (one known property: "id"]) at [Source: (okhttp3.ResponseBody$BomAwareReader); line: 1, column: 195] (through reference chain: com.whatsapp.api.domain.messages.response.MessageResponse["messages"]->java.util.ArrayList[0]->com.whatsapp.api.domain.messages.response.Message["message_status"])

This error is coming when receiving response after sendMessage(). `Resolved [com.whatsapp.api.exception.WhatsappApiException: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "message_status" (class com.whatsapp.api.domain.messages.response.Message), not marked as ignorable (one known property: "id"]).`

Hello Mauricio, first of all, thank you for such excellent work with this api. I wanted to tell you that the current version of WhatsApp is 17 API_VERSION = "v17.0";...

enhancement
java
breaking-change

- Ignore unknown fields as per #127 - Deserialize unknown enum values into their default value

dependencies
java
tests

Supersedes #152 , as some migration in the unit tests is needed

dependencies
java
tests

Bumps `com.squareup.okhttp3.version` from 5.0.0-alpha.11 to 5.0.0-alpha.12. Updates `com.squareup.okhttp3:okhttp` from 5.0.0-alpha.11 to 5.0.0-alpha.12 Changelog Sourced from com.squareup.okhttp3:okhttp's changelog. Version 5.0.0-alpha.12 2023-12-17 We took too long to cut this release and there's...

dependencies

Hello, I have followed code snippet to upload media files first and then used the same id to send this media file over whatsapp. I have checked that the media...