Issues sending messages from LHC Mobile to WhatsApp using open-wa #2114
-
Hello everyone, I'm facing an issue with my WhatsApp integration using open-wa. Previously, I was using Telegram, and everything worked perfectly - messages sent in the chat were correctly forwarded to WhatsApp. However, I recently needed to switch to the LHC application, and now messages sent from the LHC mobile chat are not being sent to WhatsApp. The messages are sent to the chat, but they do not reach WhatsApp. Here are more details about the issue: I use open-wa for WhatsApp integration. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
If you are talking about mobile lhc client. It can be that scenario is just not supported. |
Beta Was this translation helpful? Give feedback.
chat.desktop_client_admin_msg
make soure your webhooks are listening for this event. Telegram was dispatchingchat.web_add_msg_admin
so you have to be sure there is alsochat.desktop_client_admin_msg
listener fore this. If there is no - create identical tochat.web_add_msg_admin