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

Taking longer time in sending template message

Open javatechgroup opened this issue 3 months ago • 1 comments

Hi, I am using version 19 and working with template message sending.

Here’s the API creation code: final WhatsappConfigBean whatsappConfigBean = businessConfigService.getBusinessConfiguration(); final WhatsappApiFactory factory = WhatsappApiFactory.newInstance(whatsappConfigBean.getAuthToken()); final WhatsappBusinessCloudApi whatsappBusinessCloudApi = factory.newBusinessCloudApi();

Sending the message:

final MessageResponse waResponse = whatsappBusinessCloudApi.sendMessage( whatsappConfigBean.getPhoneNumberId(), message ); The issue is that we receive the waResponse in around 1 second, which feels too long for bulk message sending.

Could you please suggest how we can optimize this or whether there’s a more efficient way to handle bulk sending?

javatechgroup avatar Sep 01 '25 11:09 javatechgroup

Hello and welcome! We're glad to see that you've opened your first issue. We appreciate your contribution and would love to hear more about the problem you're experiencing. Our team is actively monitoring this repository and we will do our best to respond to your issue as soon as possible. Thank you for using our project and we look forward to working with you!

github-actions[bot] avatar Sep 01 '25 11:09 github-actions[bot]