You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume this code create a Template and then I can use it to send a Message , i am not sure if this is the situation or do i need to create a template manual , i have copied this code from one of this repo Test unites
I am testing this code in Java 17 and i got an error Messsage like below
Exception in thread "main" com.whatsapp.api.exception.WhatsappApiException: [132001] (#132001) Template name does not exist in the translation | template name (schedule_confirmation3) does not exist in en
at com.whatsapp.api.WhatsappApiServiceGenerator.executeSync(WhatsappApiServiceGenerator.java:142)
at com.whatsapp.api.impl.WhatsappBusinessCloudApi.sendMessage(WhatsappBusinessCloudApi.java:52)
at com.waba.connector.WabaConnectorApplication.main(WabaConnectorApplication.java:54)
The text was updated successfully, but these errors were encountered:
Please correct me : ` WhatsappBusinessCloudApi whatsappBusinessCloudApi = factory.newBusinessCloudApi();
I assume this code create a Template and then I can use it to send a Message , i am not sure if this is the situation or do i need to create a template manual , i have copied this code from one of this repo Test unites
I am testing this code in Java 17 and i got an error Messsage like below
Exception in thread "main" com.whatsapp.api.exception.WhatsappApiException: [132001] (#132001) Template name does not exist in the translation | template name (schedule_confirmation3) does not exist in en
at com.whatsapp.api.WhatsappApiServiceGenerator.executeSync(WhatsappApiServiceGenerator.java:142)
at com.whatsapp.api.impl.WhatsappBusinessCloudApi.sendMessage(WhatsappBusinessCloudApi.java:52)
at com.waba.connector.WabaConnectorApplication.main(WabaConnectorApplication.java:54)
The text was updated successfully, but these errors were encountered: